Class: Aws::WorkSpaces::Types::DescribeImageAssociationsRequest

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

#associated_resource_typesArray<String>

The resource types of the associated resource.

Returns:

  • (Array<String>)


2208
2209
2210
2211
2212
2213
# File 'lib/aws-sdk-workspaces/types.rb', line 2208

class DescribeImageAssociationsRequest < Struct.new(
  :image_id,
  :associated_resource_types)
  SENSITIVE = []
  include Aws::Structure
end

#image_idString

The identifier of the image.

Returns:

  • (String)


2208
2209
2210
2211
2212
2213
# File 'lib/aws-sdk-workspaces/types.rb', line 2208

class DescribeImageAssociationsRequest < Struct.new(
  :image_id,
  :associated_resource_types)
  SENSITIVE = []
  include Aws::Structure
end