Class: Aws::Types::GetEntityRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetEntityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
481 482 483 |
# File 'sig/types.rbs', line 481 def entity_id @entity_id end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
480 481 482 |
# File 'sig/types.rbs', line 480 def workspace_id @workspace_id end |