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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/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)


1754
1755
1756
1757
1758
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1754

class GetSatelliteRequest < Struct.new(
  :satellite_id)
  SENSITIVE = []
  include Aws::Structure
end