Class: Aws::AppStream::Types::DescribeImagesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnsArray<String>

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

Returns:

  • (Array<String>)


2675
2676
2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2675

class DescribeImagesRequest < Struct.new(
  :names,
  :arns,
  :type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum size of each page of results.

Returns:

  • (Integer)


2675
2676
2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2675

class DescribeImagesRequest < Struct.new(
  :names,
  :arns,
  :type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#namesArray<String>

The names of the public or private images to describe.

Returns:

  • (Array<String>)


2675
2676
2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2675

class DescribeImagesRequest < Struct.new(
  :names,
  :arns,
  :type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2675

class DescribeImagesRequest < Struct.new(
  :names,
  :arns,
  :type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2675

class DescribeImagesRequest < Struct.new(
  :names,
  :arns,
  :type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end