Class: Aws::Types::GetResourcePolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcePolicyResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def @created_timestamp end |
#policy ⇒ ::String
Returns the value of attribute policy.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def policy @policy end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def resource_arn @resource_arn end |