Class: Aws::DataZone::Types::BatchGetAttributesMetadataInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::BatchGetAttributesMetadataInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_identifiers ⇒ Array<String>
The attribute identifier.
-
#domain_identifier ⇒ String
The domain ID where you want to get the attribute metadata.
-
#entity_identifier ⇒ String
The entity ID for which you want to get attribute metadata.
-
#entity_revision ⇒ String
The entity revision for which you want to get attribute metadata.
-
#entity_type ⇒ String
The entity type for which you want to get attribute metadata.
Instance Attribute Details
#attribute_identifiers ⇒ Array<String>
The attribute identifier.
1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1670 class BatchGetAttributesMetadataInput < Struct.new( :attribute_identifiers, :domain_identifier, :entity_identifier, :entity_revision, :entity_type) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The domain ID where you want to get the attribute metadata.
1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1670 class BatchGetAttributesMetadataInput < Struct.new( :attribute_identifiers, :domain_identifier, :entity_identifier, :entity_revision, :entity_type) SENSITIVE = [] include Aws::Structure end |
#entity_identifier ⇒ String
The entity ID for which you want to get attribute metadata.
1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1670 class BatchGetAttributesMetadataInput < Struct.new( :attribute_identifiers, :domain_identifier, :entity_identifier, :entity_revision, :entity_type) SENSITIVE = [] include Aws::Structure end |
#entity_revision ⇒ String
The entity revision for which you want to get attribute metadata.
1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1670 class BatchGetAttributesMetadataInput < Struct.new( :attribute_identifiers, :domain_identifier, :entity_identifier, :entity_revision, :entity_type) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The entity type for which you want to get attribute metadata.
1670 1671 1672 1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1670 class BatchGetAttributesMetadataInput < Struct.new( :attribute_identifiers, :domain_identifier, :entity_identifier, :entity_revision, :entity_type) SENSITIVE = [] include Aws::Structure end |