Class: Aws::GroundStation::Types::ListGroundStationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of ground stations returned.

Returns:

  • (Integer)


2101
2102
2103
2104
2105
2106
2107
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2101

class ListGroundStationsRequest < Struct.new(
  :max_results,
  :next_token,
  :satellite_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Next token that can be supplied in the next call to get the next page of ground stations.

Returns:

  • (String)


2101
2102
2103
2104
2105
2106
2107
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2101

class ListGroundStationsRequest < Struct.new(
  :max_results,
  :next_token,
  :satellite_id)
  SENSITIVE = []
  include Aws::Structure
end

#satellite_idString

Satellite ID to retrieve on-boarded ground stations.

Returns:

  • (String)


2101
2102
2103
2104
2105
2106
2107
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2101

class ListGroundStationsRequest < Struct.new(
  :max_results,
  :next_token,
  :satellite_id)
  SENSITIVE = []
  include Aws::Structure
end