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.
2232 2233 2234 2235 2236 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2232 class DescribeImageAssociationsResult < Struct.new( :associations) SENSITIVE = [] include Aws::Structure end |