Class: Aws::Types::BatchPutAttributesMetadataInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[Types::AttributeInput]

Returns the value of attribute attributes.

Returns:



507
508
509
# File 'sig/types.rbs', line 507

def attributes
  @attributes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def domain_identifier
  @domain_identifier
end

#entity_identifier::String

Returns the value of attribute entity_identifier.

Returns:

  • (::String)


505
506
507
# File 'sig/types.rbs', line 505

def entity_identifier
  @entity_identifier
end

#entity_type"ASSET", "LISTING"

Returns the value of attribute entity_type.

Returns:

  • ("ASSET", "LISTING")


504
505
506
# File 'sig/types.rbs', line 504

def entity_type
  @entity_type
end