Class: Aws::DataZone::Types::BatchPutAttributesMetadataInput

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

#attributesArray<Types::AttributeInput>

The attributes of the metadata.

Returns:



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_tokenString

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.

Returns:

  • (String)


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_identifierString

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

Returns:

  • (String)


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_identifierString

The entity ID for which you want to write the attribute metadata.

Returns:

  • (String)


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_typeString

The entity type for which you want to write the attribute metadata.

Returns:

  • (String)


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