Class: Aws::Types::BatchGetAttributesMetadataInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAttributesMetadataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_identifiers ⇒ ::Array[::String]
Returns the value of attribute attribute_identifiers.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
-
#entity_revision ⇒ ::String
Returns the value of attribute entity_revision.
-
#entity_type ⇒ "ASSET", "LISTING"
Returns the value of attribute entity_type.
Instance Attribute Details
#attribute_identifiers ⇒ ::Array[::String]
Returns the value of attribute attribute_identifiers.
486 487 488 |
# File 'sig/types.rbs', line 486 def attribute_identifiers @attribute_identifiers end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
482 483 484 |
# File 'sig/types.rbs', line 482 def domain_identifier @domain_identifier end |
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
484 485 486 |
# File 'sig/types.rbs', line 484 def entity_identifier @entity_identifier end |
#entity_revision ⇒ ::String
Returns the value of attribute entity_revision.
485 486 487 |
# File 'sig/types.rbs', line 485 def entity_revision @entity_revision end |
#entity_type ⇒ "ASSET", "LISTING"
Returns the value of attribute entity_type.
483 484 485 |
# File 'sig/types.rbs', line 483 def entity_type @entity_type end |