Class: Aws::WorkSpaces::Types::DescribeImageAssociationsResult

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

#associationsArray<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