Class: Aws::Types::PutResourcePolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyResult
- 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.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def @created_timestamp end |
#policy ⇒ ::String
Returns the value of attribute policy.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def policy @policy end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def resource_arn @resource_arn end |