Class: Aws::GroundStation::Types::GetSatelliteRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-groundstation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#satellite_idString

UUID of a satellite.

Returns:

  • (String)


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