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.
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_id ⇒ String
The identifier of the image.
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 |