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)


2192
2193
2194
2195
2196
2197
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2192

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

#satellitesArray<Types::SatelliteListItem>

List of satellites.

Returns:



2192
2193
2194
2195
2196
2197
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2192

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