Class: Aws::Types::PutAccessGrantsInstanceResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAccessGrantsInstanceResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#organization ⇒ ::String
Returns the value of attribute organization.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def account_id @account_id end |
#organization ⇒ ::String
Returns the value of attribute organization.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def organization @organization end |
#policy ⇒ ::String
Returns the value of attribute policy.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def policy @policy end |