appstream_describe_images: Retrieves a list that describes one or more specified images,...

View source: R/appstream_operations.R

appstream_describe_imagesR Documentation

Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided

Description

Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.

See https://www.paws-r-sdk.com/docs/appstream_describe_images/ for full documentation.

Usage

appstream_describe_images(
  Names = NULL,
  Arns = NULL,
  Type = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

Names

The names of the public or private images to describe.

Arns

The ARNs of the public, private, and shared images to describe.

Type

The type of image (public, private, or shared) to describe.

NextToken

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

MaxResults

The maximum size of each page of results.


paws.end.user.computing documentation built on Sept. 12, 2024, 6:28 a.m.