Module: Aws::GameLift::Client::_DescribeFleetLocationAttributesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeFleetLocationAttributesOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #fleet_arn ⇒ ::String
- #fleet_id ⇒ ::String
- #location_attributes ⇒ ::Array[Types::LocationAttributes]
- #next_token ⇒ ::String
Instance Method Details
#fleet_arn ⇒ ::String
836 |
# File 'sig/client.rbs', line 836
def fleet_arn: () -> ::String
|
#fleet_id ⇒ ::String
835 |
# File 'sig/client.rbs', line 835
def fleet_id: () -> ::String
|
#location_attributes ⇒ ::Array[Types::LocationAttributes]
837 |
# File 'sig/client.rbs', line 837
def location_attributes: () -> ::Array[Types::LocationAttributes]
|
#next_token ⇒ ::String
838 |
# File 'sig/client.rbs', line 838
def next_token: () -> ::String
|