Class: Aws::Types::GetComputeAuthTokenOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetComputeAuthTokenOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
-
#compute_arn ⇒ ::String
Returns the value of attribute compute_arn.
-
#compute_name ⇒ ::String
Returns the value of attribute compute_name.
-
#expiration_timestamp ⇒ ::Time
Returns the value of attribute expiration_timestamp.
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
Instance Attribute Details
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def auth_token @auth_token end |
#compute_arn ⇒ ::String
Returns the value of attribute compute_arn.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def compute_arn @compute_arn end |
#compute_name ⇒ ::String
Returns the value of attribute compute_name.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def compute_name @compute_name end |
#expiration_timestamp ⇒ ::Time
Returns the value of attribute expiration_timestamp.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def @expiration_timestamp end |
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def fleet_id @fleet_id end |