Class: Aws::GroundStation::Types::ListSatellitesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListSatellitesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of satellites returned.
-
#next_token ⇒ String
Next token that can be supplied in the next call to get the next page of satellites.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of satellites returned.
2185 2186 2187 2188 2189 2190 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2185 class ListSatellitesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token that can be supplied in the next call to get the next page of satellites.
2185 2186 2187 2188 2189 2190 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2185 class ListSatellitesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |