Class: Aws::GroundStation::Types::DeleteMissionProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DeleteMissionProfileRequest
- Includes:
- Structure
- Defined in:
- 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.
1156 1157 1158 1159 1160 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1156 class DeleteMissionProfileRequest < Struct.new( :mission_profile_id) SENSITIVE = [] include Aws::Structure end |