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

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

#associated_resource_typesArray<String>

The resource types of the associated resource.

Returns:

  • (Array<String>)


1895
1896
1897
1898
1899
1900
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1895

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

#image_idString

The identifier of the image.

Returns:

  • (String)


1895
1896
1897
1898
1899
1900
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1895

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