Class: Aws::GroundStation::Types::ListSatellitesResponse

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

#next_tokenString

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

Returns:

  • (String)


2203
2204
2205
2206
2207
2208
# File 'lib/aws-sdk-groundstation/types.rb', line 2203

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

#satellitesArray<Types::SatelliteListItem>

List of satellites.

Returns:



2203
2204
2205
2206
2207
2208
# File 'lib/aws-sdk-groundstation/types.rb', line 2203

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