Class: Aws::Types::GetAuthPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAuthPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#state ⇒ "Active", "Inactive"
Returns the value of attribute state.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
533 534 535 |
# File 'sig/types.rbs', line 533 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
534 535 536 |
# File 'sig/types.rbs', line 534 def last_updated_at @last_updated_at end |
#policy ⇒ ::String
Returns the value of attribute policy.
531 532 533 |
# File 'sig/types.rbs', line 531 def policy @policy end |
#state ⇒ "Active", "Inactive"
Returns the value of attribute state.
532 533 534 |
# File 'sig/types.rbs', line 532 def state @state end |