Module: Aws::GameLift::Client::_GetComputeAuthTokenResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetComputeAuthTokenOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auth_token ⇒ ::String
- #compute_arn ⇒ ::String
- #compute_name ⇒ ::String
- #expiration_timestamp ⇒ ::Time
- #fleet_arn ⇒ ::String
- #fleet_id ⇒ ::String
Instance Method Details
#auth_token ⇒ ::String
1136 |
# File 'sig/client.rbs', line 1136
def auth_token: () -> ::String
|
#compute_arn ⇒ ::String
1135 |
# File 'sig/client.rbs', line 1135
def compute_arn: () -> ::String
|
#compute_name ⇒ ::String
1134 |
# File 'sig/client.rbs', line 1134
def compute_name: () -> ::String
|
#expiration_timestamp ⇒ ::Time
1137 |
# File 'sig/client.rbs', line 1137
def expiration_timestamp: () -> ::Time
|
#fleet_arn ⇒ ::String
1133 |
# File 'sig/client.rbs', line 1133
def fleet_arn: () -> ::String
|
#fleet_id ⇒ ::String
1132 |
# File 'sig/client.rbs', line 1132
def fleet_id: () -> ::String
|