Class: Aws::DataZone::Types::BatchPutAttributeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::BatchPutAttributeOutput
- 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
-
#attribute_identifier ⇒ String
The attribute ID.
Instance Attribute Details
#attribute_identifier ⇒ String
The attribute ID.
1722 1723 1724 1725 1726 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1722 class BatchPutAttributeOutput < Struct.new( :attribute_identifier) SENSITIVE = [] include Aws::Structure end |