Class: Aws::GroundStation::Types::ListGroundStationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListGroundStationsRequest
- 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 ground stations returned.
-
#next_token ⇒ String
Next token that can be supplied in the next call to get the next page of ground stations.
-
#satellite_id ⇒ String
Satellite ID to retrieve on-boarded ground stations.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of ground stations returned.
2112 2113 2114 2115 2116 2117 2118 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2112 class ListGroundStationsRequest < Struct.new( :max_results, :next_token, :satellite_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token that can be supplied in the next call to get the next page of ground stations.
2112 2113 2114 2115 2116 2117 2118 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2112 class ListGroundStationsRequest < Struct.new( :max_results, :next_token, :satellite_id) SENSITIVE = [] include Aws::Structure end |
#satellite_id ⇒ String
Satellite ID to retrieve on-boarded ground stations.
2112 2113 2114 2115 2116 2117 2118 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2112 class ListGroundStationsRequest < Struct.new( :max_results, :next_token, :satellite_id) SENSITIVE = [] include Aws::Structure end |