Class: Aws::Types::AssociateDelegateToResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateDelegateToResourceRequest
- 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.
31 32 33 |
# File 'sig/types.rbs', line 31 def entity_id @entity_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
29 30 31 |
# File 'sig/types.rbs', line 29 def organization_id @organization_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
30 31 32 |
# File 'sig/types.rbs', line 30 def resource_id @resource_id end |