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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


2166
2167
2168
2169
2170
2171
2172
2173
# File 'lib/aws-sdk-workspaces/types.rb', line 2166

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)


2166
2167
2168
2169
2170
2171
2172
2173
# File 'lib/aws-sdk-workspaces/types.rb', line 2166

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)


2166
2167
2168
2169
2170
2171
2172
2173
# File 'lib/aws-sdk-workspaces/types.rb', line 2166

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)


2166
2167
2168
2169
2170
2171
2172
2173
# File 'lib/aws-sdk-workspaces/types.rb', line 2166

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