Class: Aws::DataZone::Types::BatchGetAttributesMetadataInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_identifiersArray<String>

The attribute identifier.

Returns:

  • (Array<String>)


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_identifierString

The domain ID where you want to get the attribute metadata.

Returns:

  • (String)


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_identifierString

The entity ID for which you want to get attribute metadata.

Returns:

  • (String)


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_revisionString

The entity revision for which you want to get attribute metadata.

Returns:

  • (String)


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_typeString

The entity type for which you want to get attribute metadata.

Returns:

  • (String)


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