Class: Aws::WorkSpaces::Types::DescribeImageAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeImageAssociationsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associations ⇒ Array<Types::ImageResourceAssociation>
List of information about the specified associations.
Instance Attribute Details
#associations ⇒ Array<Types::ImageResourceAssociation>
List of information about the specified associations.
2096 2097 2098 2099 2100 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2096 class DescribeImageAssociationsResult < Struct.new( :associations) SENSITIVE = [] include Aws::Structure end |