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
ID 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
ID of a ground station.
2686 2687 2688 2689 2690 2691 2692 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2686 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.
2686 2687 2688 2689 2690 2691 2692 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2686 class GroundStationData < Struct.new( :ground_station_id, :ground_station_name, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
Ground station Region.
2686 2687 2688 2689 2690 2691 2692 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2686 class GroundStationData < Struct.new( :ground_station_id, :ground_station_name, :region) SENSITIVE = [] include Aws::Structure end |