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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1820
1821
1822
1823
1824
1825
1826
# File 'lib/aws-sdk-groundstation/types.rb', line 1820

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)


1820
1821
1822
1823
1824
1825
1826
# File 'lib/aws-sdk-groundstation/types.rb', line 1820

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

#regionString

Ground station Region.

Returns:

  • (String)


1820
1821
1822
1823
1824
1825
1826
# File 'lib/aws-sdk-groundstation/types.rb', line 1820

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