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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


1706
1707
1708
1709
1710
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1706

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