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

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

#next_tokenString

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

Returns:

  • (String)


2141
2142
2143
2144
2145
2146
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2141

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

#satellitesArray<Types::SatelliteListItem>

List of satellites.

Returns:



2141
2142
2143
2144
2145
2146
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2141

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