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

#attributes ⇒ Array<Types::AttributeInput>

The attributes of the metadata.

Returns:



1759
1760
1761
1762
1763
1764
1765
1766
1767
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1759

class BatchPutAttributesMetadataInput < Struct.new(
  :domain_identifier,
  :entity_type,
  :entity_identifier,
  :client_token,
  :attributes)
  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.

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
1766
1767
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1759

class BatchPutAttributesMetadataInput < Struct.new(
  :domain_identifier,
  :entity_type,
  :entity_identifier,
  :client_token,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifier ⇒ String

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

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
1766
1767
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1759

class BatchPutAttributesMetadataInput < Struct.new(
  :domain_identifier,
  :entity_type,
  :entity_identifier,
  :client_token,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#entity_identifier ⇒ String

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

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
1766
1767
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1759

class BatchPutAttributesMetadataInput < Struct.new(
  :domain_identifier,
  :entity_type,
  :entity_identifier,
  :client_token,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#entity_type ⇒ String

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

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
1766
1767
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1759

class BatchPutAttributesMetadataInput < Struct.new(
  :domain_identifier,
  :entity_type,
  :entity_identifier,
  :client_token,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end