Class: Aws::Types::GluePolicy
- Inherits:
-
Object
- Object
- Aws::Types::GluePolicy
- 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.
4403 4404 4405 |
# File 'sig/types.rbs', line 4403 def create_time @create_time end |
#policy_hash ⇒ ::String
Returns the value of attribute policy_hash.
4402 4403 4404 |
# File 'sig/types.rbs', line 4402 def policy_hash @policy_hash end |
#policy_in_json ⇒ ::String
Returns the value of attribute policy_in_json.
4401 4402 4403 |
# File 'sig/types.rbs', line 4401 def policy_in_json @policy_in_json end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
4404 4405 4406 |
# File 'sig/types.rbs', line 4404 def update_time @update_time end |