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)


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

#formsArray<Types::FormOutput>

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

Returns:



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