Class: Aws::DataZone::Types::BatchGetAttributesMetadataOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::BatchGetAttributeOutput>

The results of the BatchGetAttributesMetadata action.

Returns:



1712
1713
1714
1715
1716
1717
# File 'lib/aws-sdk-datazone/types.rb', line 1712

class BatchGetAttributesMetadataOutput < Struct.new(
  :attributes,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::AttributeError>

The errors generated when the BatchGetAttributesMetadata action is invoked.

Returns:



1712
1713
1714
1715
1716
1717
# File 'lib/aws-sdk-datazone/types.rb', line 1712

class BatchGetAttributesMetadataOutput < Struct.new(
  :attributes,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end