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

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

Returns:

  • (Integer)


2123
2124
2125
2126
2127
2128
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2123

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)


2123
2124
2125
2126
2127
2128
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2123

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