Class: Aws::GroundStation::Types::GroundStationData
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::GroundStationData
- 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
-
#ground_station_id ⇒ String
UUID of a ground station.
-
#ground_station_name ⇒ String
Name of a ground station.
-
#region ⇒ String
Ground station Region.
Instance Attribute Details
#ground_station_id ⇒ String
UUID of a ground station.
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_name ⇒ String
Name of a ground station.
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 |
#region ⇒ String
Ground station Region.
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 |