Class: Aws::Types::DescribeResourcePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeResourcePolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
-
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
567 568 569 |
# File 'sig/types.rbs', line 567 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
568 569 570 |
# File 'sig/types.rbs', line 568 def last_modified_time @last_modified_time end |
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
569 570 571 |
# File 'sig/types.rbs', line 569 def policy_revision_id @policy_revision_id end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
566 567 568 |
# File 'sig/types.rbs', line 566 def resource_policy @resource_policy end |