Class: Aws::GroundStation::Types::ListSatellitesRequest

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 satellites returned.

Returns:

  • (Integer)


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_tokenString

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

Returns:

  • (String)


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