Class: Aws::GroundStation::Types::GetMissionProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::GetMissionProfileRequest
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mission_profile_id ⇒ String
UUID of a mission profile.
Instance Attribute Details
#mission_profile_id ⇒ String
UUID of a mission profile.
1681 1682 1683 1684 1685 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1681 class GetMissionProfileRequest < Struct.new( :mission_profile_id) SENSITIVE = [] include Aws::Structure end |