Class: Aws::GroundStation::Types::ListSatellitesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListSatellitesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Next token that can be supplied in the next call to get the next page of satellites.
-
#satellites ⇒ Array<Types::SatelliteListItem>
List of satellites.
Instance Attribute Details
#next_token ⇒ String
Next token that can be supplied in the next call to get the next page of satellites.
2203 2204 2205 2206 2207 2208 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2203 class ListSatellitesResponse < Struct.new( :next_token, :satellites) SENSITIVE = [] include Aws::Structure end |
#satellites ⇒ Array<Types::SatelliteListItem>
List of satellites.
2203 2204 2205 2206 2207 2208 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2203 class ListSatellitesResponse < Struct.new( :next_token, :satellites) SENSITIVE = [] include Aws::Structure end |