Class: Aws::GroundStation::Types::DeleteMissionProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DeleteMissionProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Input for the ‘DeleteMissionProfile` operation.
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.
1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1303 class DeleteMissionProfileRequest < Struct.new( :mission_profile_id) SENSITIVE = [] include Aws::Structure end |