Module: Aws::EC2::Client::_DescribeSpotFleetInstancesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeSpotFleetInstancesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #active_instances ⇒ ::Array[Types::ActiveInstance]
- #next_token ⇒ ::String
- #spot_fleet_request_id ⇒ ::String
Instance Method Details
#active_instances ⇒ ::Array[Types::ActiveInstance]
7842 |
# File 'sig/client.rbs', line 7842
def active_instances: () -> ::Array[Types::ActiveInstance]
|
#next_token ⇒ ::String
7843 |
# File 'sig/client.rbs', line 7843
def next_token: () -> ::String
|
#spot_fleet_request_id ⇒ ::String
7844 |
# File 'sig/client.rbs', line 7844
def spot_fleet_request_id: () -> ::String
|