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.
423 424 425 |
# File 'sig/types.rbs', line 423 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
424 425 426 |
# File 'sig/types.rbs', line 424 def last_modified_time @last_modified_time end |
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
421 422 423 |
# File 'sig/types.rbs', line 421 def policy_revision_id @policy_revision_id end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
422 423 424 |
# File 'sig/types.rbs', line 422 def resource_policy @resource_policy end |