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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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.



1908
1909
1910
1911
1912
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1908

class DescribeImageAssociationsResult < Struct.new(
  :associations)
  SENSITIVE = []
  include Aws::Structure
end