Class: Aws::Types::DeleteEntityRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEntityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#is_recursive ⇒ Boolean
Returns the value of attribute is_recursive.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
321 322 323 |
# File 'sig/types.rbs', line 321 def entity_id @entity_id end |
#is_recursive ⇒ Boolean
Returns the value of attribute is_recursive.
322 323 324 |
# File 'sig/types.rbs', line 322 def is_recursive @is_recursive end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
320 321 322 |
# File 'sig/types.rbs', line 320 def workspace_id @workspace_id end |