Class: Aws::WorkSpaces::Types::DescribeImageAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeImageAssociationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_resource_types ⇒ Array<String>
The resource types of the associated resource.
-
#image_id ⇒ String
The identifier of the image.
Instance Attribute Details
#associated_resource_types ⇒ Array<String>
The resource types of the associated resource.
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_id ⇒ String
The identifier of the image.
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 |