Class: Aws::Types::BatchPutAttributesMetadataInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutAttributesMetadataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::AttributeInput]
Returns the value of attribute attributes.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
-
#entity_type ⇒ "ASSET", "LISTING"
Returns the value of attribute entity_type.
Instance Attribute Details
#attributes ⇒ ::Array[Types::AttributeInput]
Returns the value of attribute attributes.
506 507 508 |
# File 'sig/types.rbs', line 506 def attributes @attributes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
505 506 507 |
# File 'sig/types.rbs', line 505 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
502 503 504 |
# File 'sig/types.rbs', line 502 def domain_identifier @domain_identifier end |
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
504 505 506 |
# File 'sig/types.rbs', line 504 def entity_identifier @entity_identifier end |
#entity_type ⇒ "ASSET", "LISTING"
Returns the value of attribute entity_type.
503 504 505 |
# File 'sig/types.rbs', line 503 def entity_type @entity_type end |