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.
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 |