Class: Aws::Types::TokenData
- Inherits:
-
Object
- Object
- Aws::Types::TokenData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiration_time ⇒ ::String
Returns the value of attribute expiration_time.
-
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
-
#role_arns ⇒ ::Array[::String]
Returns the value of attribute role_arns.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#token_id ⇒ ::String
Returns the value of attribute token_id.
-
#token_properties ⇒ ::Array[::String]
Returns the value of attribute token_properties.
-
#token_type ⇒ ::String
Returns the value of attribute token_type.
Instance Attribute Details
#expiration_time ⇒ ::String
Returns the value of attribute expiration_time.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def expiration_time @expiration_time end |
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def license_arn @license_arn end |
#role_arns ⇒ ::Array[::String]
Returns the value of attribute role_arns.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def role_arns @role_arns end |
#status ⇒ ::String
Returns the value of attribute status.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def status @status end |
#token_id ⇒ ::String
Returns the value of attribute token_id.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def token_id @token_id end |
#token_properties ⇒ ::Array[::String]
Returns the value of attribute token_properties.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def token_properties @token_properties end |
#token_type ⇒ ::String
Returns the value of attribute token_type.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def token_type @token_type end |