Class: Aws::DataZone::Types::BatchPutAttributeOutput

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

Overview

The results of the BatchPutAttribute action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_identifierString

The attribute ID.

Returns:

  • (String)


1722
1723
1724
1725
1726
# File 'lib/aws-sdk-datazone/types.rb', line 1722

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