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>)


2083
2084
2085
2086
2087
2088
# File 'lib/aws-sdk-workspaces/types.rb', line 2083

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

#image_idString

The identifier of the image.

Returns:

  • (String)


2083
2084
2085
2086
2087
2088
# File 'lib/aws-sdk-workspaces/types.rb', line 2083

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