Class: Aws::GroundStation::Types::GroundStationData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Information about the ground station data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ground_station_idString

UUID of a ground station.

Returns:

  • (String)


1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1809

class GroundStationData < Struct.new(
  :ground_station_id,
  :ground_station_name,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#ground_station_nameString

Name of a ground station.

Returns:

  • (String)


1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1809

class GroundStationData < Struct.new(
  :ground_station_id,
  :ground_station_name,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

Ground station Region.

Returns:

  • (String)


1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1809

class GroundStationData < Struct.new(
  :ground_station_id,
  :ground_station_name,
  :region)
  SENSITIVE = []
  include Aws::Structure
end