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 ⇒ ::Integer
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_scope ⇒ "ACCOUNT", "RESOURCE"
Returns the value of attribute policy_scope.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def last_updated_time @last_updated_time end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def policy_name @policy_name end |
#policy_scope ⇒ "ACCOUNT", "RESOURCE"
Returns the value of attribute policy_scope.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def policy_scope @policy_scope end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def resource_arn @resource_arn end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def revision_id @revision_id end |