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)


2759
2760
2761
2762
2763
2764
# File 'lib/aws-sdk-groundstation/types.rb', line 2759

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)


2759
2760
2761
2762
2763
2764
# File 'lib/aws-sdk-groundstation/types.rb', line 2759

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