Class: Aws::GroundStation::Types::GroundStationData
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::GroundStationData
- 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
-
#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.
1758 1759 1760 1761 1762 1763 1764 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1758 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.
1758 1759 1760 1761 1762 1763 1764 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1758 class GroundStationData < Struct.new( :ground_station_id, :ground_station_name, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
Ground station Region.
1758 1759 1760 1761 1762 1763 1764 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1758 class GroundStationData < Struct.new( :ground_station_id, :ground_station_name, :region) SENSITIVE = [] include Aws::Structure end |