Class: Aws::Types::PersonalAccessTokenConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PersonalAccessTokenConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lifetime_in_days ⇒ ::Integer
Returns the value of attribute lifetime_in_days.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#lifetime_in_days ⇒ ::Integer
Returns the value of attribute lifetime_in_days.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def lifetime_in_days @lifetime_in_days end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def status @status end |