Class: Aws::Types::GetAccessGrantsInstanceResourcePolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::GetAccessGrantsInstanceResourcePolicyResult
- 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.
566 567 568 |
# File 'sig/types.rbs', line 566 def created_at @created_at end |
#organization ⇒ ::String
Returns the value of attribute organization.
565 566 567 |
# File 'sig/types.rbs', line 565 def organization @organization end |
#policy ⇒ ::String
Returns the value of attribute policy.
564 565 566 |
# File 'sig/types.rbs', line 564 def policy @policy end |