Class: Aws::Types::PutAccessGrantsInstanceResourcePolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::PutAccessGrantsInstanceResourcePolicyResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#organization ⇒ ::String
Returns the value of attribute organization.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def created_at @created_at end |
#organization ⇒ ::String
Returns the value of attribute organization.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def organization @organization end |
#policy ⇒ ::String
Returns the value of attribute policy.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def policy @policy end |