Class: Aws::GroundStation::Types::DeleteMissionProfileRequest

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

#mission_profile_idString

UUID of a mission profile.

Returns:

  • (String)


890
891
892
893
894
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 890

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