Class: Aws::DataZone::Types::AttributeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AttributeInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The attribute input.
Constant Summary collapse
- SENSITIVE =
[:forms]
Instance Attribute Summary collapse
-
#attribute_identifier ⇒ String
The ID of the attribute.
-
#forms ⇒ Array<Types::FormInput>
The metadata forms as part of the attribute input.
Instance Attribute Details
#attribute_identifier ⇒ String
The ID of the attribute.
1427 1428 1429 1430 1431 1432 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1427 class AttributeInput < Struct.new( :attribute_identifier, :forms) SENSITIVE = [:forms] include Aws::Structure end |
#forms ⇒ Array<Types::FormInput>
The metadata forms as part of the attribute input.
1427 1428 1429 1430 1431 1432 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1427 class AttributeInput < Struct.new( :attribute_identifier, :forms) SENSITIVE = [:forms] include Aws::Structure end |