Class: Aws::Types::CreateTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTokenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#expiration_in_days ⇒ ::Integer
Returns the value of attribute expiration_in_days.
-
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
-
#role_arns ⇒ ::Array[::String]
Returns the value of attribute role_arns.
-
#token_properties ⇒ ::Array[::String]
Returns the value of attribute token_properties.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
295 296 297 |
# File 'sig/types.rbs', line 295 def client_token @client_token end |
#expiration_in_days ⇒ ::Integer
Returns the value of attribute expiration_in_days.
293 294 295 |
# File 'sig/types.rbs', line 293 def expiration_in_days @expiration_in_days end |
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
291 292 293 |
# File 'sig/types.rbs', line 291 def license_arn @license_arn end |
#role_arns ⇒ ::Array[::String]
Returns the value of attribute role_arns.
292 293 294 |
# File 'sig/types.rbs', line 292 def role_arns @role_arns end |
#token_properties ⇒ ::Array[::String]
Returns the value of attribute token_properties.
294 295 296 |
# File 'sig/types.rbs', line 294 def token_properties @token_properties end |