Class: Aws::DataZone::Types::BatchGetAttributeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::BatchGetAttributeOutput
- 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
-
#attribute_identifier ⇒ String
The attribute ID.
-
#forms ⇒ Array<Types::FormOutput>
The metadata forms that are part of the results of the BatchGetAttribute action.
Instance Attribute Details
#attribute_identifier ⇒ String
The attribute ID.
1641 1642 1643 1644 1645 1646 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1641 class BatchGetAttributeOutput < Struct.new( :attribute_identifier, :forms) SENSITIVE = [] include Aws::Structure end |
#forms ⇒ Array<Types::FormOutput>
The metadata forms that are part of the results of the BatchGetAttribute action.
1641 1642 1643 1644 1645 1646 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1641 class BatchGetAttributeOutput < Struct.new( :attribute_identifier, :forms) SENSITIVE = [] include Aws::Structure end |