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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_tokenString

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

Returns:

  • (String)


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_idString

Satellite ID to retrieve on-boarded ground stations.

Returns:

  • (String)


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