Class: Aws::DataZone::Types::BatchPutAttributesMetadataInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::BatchPutAttributesMetadataInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::AttributeInput>
The attributes of the metadata.
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
-
#domain_identifier ⇒ String
The domain ID where you want to write the attribute metadata.
-
#entity_identifier ⇒ String
The entity ID for which you want to write the attribute metadata.
-
#entity_type ⇒ String
The entity type for which you want to write the attribute metadata.
Instance Attribute Details
#attributes ⇒ Array<Types::AttributeInput>
The attributes of the metadata.
1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1738 class BatchPutAttributesMetadataInput < Struct.new( :attributes, :client_token, :domain_identifier, :entity_identifier, :entity_type) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
A suitable default value is auto-generated. You should normally not need to pass this option.
1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1738 class BatchPutAttributesMetadataInput < Struct.new( :attributes, :client_token, :domain_identifier, :entity_identifier, :entity_type) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The domain ID where you want to write the attribute metadata.
1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1738 class BatchPutAttributesMetadataInput < Struct.new( :attributes, :client_token, :domain_identifier, :entity_identifier, :entity_type) SENSITIVE = [] include Aws::Structure end |
#entity_identifier ⇒ String
The entity ID for which you want to write the attribute metadata.
1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1738 class BatchPutAttributesMetadataInput < Struct.new( :attributes, :client_token, :domain_identifier, :entity_identifier, :entity_type) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The entity type for which you want to write the attribute metadata.
1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1738 class BatchPutAttributesMetadataInput < Struct.new( :attributes, :client_token, :domain_identifier, :entity_identifier, :entity_type) SENSITIVE = [] include Aws::Structure end |