Class: Aws::Types::EntityIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::EntityIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#entity_type ⇒ ::String
Returns the value of attribute entity_type.
Instance Attribute Details
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
471 472 473 |
# File 'sig/types.rbs', line 471 def entity_id @entity_id end |
#entity_type ⇒ ::String
Returns the value of attribute entity_type.
470 471 472 |
# File 'sig/types.rbs', line 470 def entity_type @entity_type end |