Class: Aws::Types::GetResourcePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcePolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#policy_hash ⇒ ::String
Returns the value of attribute policy_hash.
-
#policy_in_json ⇒ ::String
Returns the value of attribute policy_in_json.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
4006 4007 4008 |
# File 'sig/types.rbs', line 4006 def create_time @create_time end |
#policy_hash ⇒ ::String
Returns the value of attribute policy_hash.
4005 4006 4007 |
# File 'sig/types.rbs', line 4005 def policy_hash @policy_hash end |
#policy_in_json ⇒ ::String
Returns the value of attribute policy_in_json.
4004 4005 4006 |
# File 'sig/types.rbs', line 4004 def policy_in_json @policy_in_json end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
4007 4008 4009 |
# File 'sig/types.rbs', line 4007 def update_time @update_time end |