Class: Aws::GroundStation::Types::GetSatelliteRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::GetSatelliteRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#satellite_id ⇒ String
UUID of a satellite.
Instance Attribute Details
#satellite_id ⇒ String
UUID of a satellite.
1765 1766 1767 1768 1769 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1765 class GetSatelliteRequest < Struct.new( :satellite_id) SENSITIVE = [] include Aws::Structure end |