Class: Aws::WorkSpaces::Types::DescribeWorkspaceImagesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_idsArray<String>

The identifier of the image.

Returns:

  • (Array<String>)


2029
2030
2031
2032
2033
2034
2035
2036
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2029

class DescribeWorkspaceImagesRequest < Struct.new(
  :image_ids,
  :image_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#image_typeString

The type (owned or shared) of the image.

Returns:

  • (String)


2029
2030
2031
2032
2033
2034
2035
2036
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2029

class DescribeWorkspaceImagesRequest < Struct.new(
  :image_ids,
  :image_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items to return.

Returns:

  • (Integer)


2029
2030
2031
2032
2033
2034
2035
2036
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2029

class DescribeWorkspaceImagesRequest < Struct.new(
  :image_ids,
  :image_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

Returns:

  • (String)


2029
2030
2031
2032
2033
2034
2035
2036
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2029

class DescribeWorkspaceImagesRequest < Struct.new(
  :image_ids,
  :image_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end