Class: Aws::Types::ResourcePolicy
- Inherits:
-
Object
- Object
- Aws::Types::ResourcePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
Instance Attribute Details
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
719 720 721 |
# File 'sig/types.rbs', line 719 def last_updated_time @last_updated_time end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
717 718 719 |
# File 'sig/types.rbs', line 717 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
716 717 718 |
# File 'sig/types.rbs', line 716 def policy_name @policy_name end |
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
718 719 720 |
# File 'sig/types.rbs', line 718 def policy_revision_id @policy_revision_id end |