Class: Aws::DataZone::Types::BatchGetAttributeOutput

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

Overview

The results of the BatchGetAttribute action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_identifierString

The attribute ID.

Returns:

  • (String)


1657
1658
1659
1660
1661
1662
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1657

class BatchGetAttributeOutput < Struct.new(
  :attribute_identifier,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end

#formsArray<Types::FormOutput>

The metadata forms that are part of the results of the BatchGetAttribute action.

Returns:



1657
1658
1659
1660
1661
1662
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1657

class BatchGetAttributeOutput < Struct.new(
  :attribute_identifier,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end