Class: Aws::Types::DeleteResourcePolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteResourcePolicyResult
- 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.
669 670 671 |
# File 'sig/types.rbs', line 669 def @created_timestamp end |
#policy ⇒ ::String
Returns the value of attribute policy.
668 669 670 |
# File 'sig/types.rbs', line 668 def policy @policy end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
667 668 669 |
# File 'sig/types.rbs', line 667 def resource_arn @resource_arn end |