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.
3996 3997 3998 |
# File 'sig/types.rbs', line 3996 def create_time @create_time end |
#policy_hash ⇒ ::String
Returns the value of attribute policy_hash.
3995 3996 3997 |
# File 'sig/types.rbs', line 3995 def policy_hash @policy_hash end |
#policy_in_json ⇒ ::String
Returns the value of attribute policy_in_json.
3994 3995 3996 |
# File 'sig/types.rbs', line 3994 def policy_in_json @policy_in_json end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
3997 3998 3999 |
# File 'sig/types.rbs', line 3997 def update_time @update_time end |