Class: Aws::Types::DisassociateDelegateFromResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateDelegateFromResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
569 570 571 |
# File 'sig/types.rbs', line 569 def entity_id @entity_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
567 568 569 |
# File 'sig/types.rbs', line 567 def organization_id @organization_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
568 569 570 |
# File 'sig/types.rbs', line 568 def resource_id @resource_id end |