Class: Aws::GroundStation::Types::MissionProfileIdResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-groundstation/types.rb

Overview

Response containing the ID of a mission profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mission_profile_idString

UUID of a mission profile.

Returns:

  • (String)


3381
3382
3383
3384
3385
# File 'lib/aws-sdk-groundstation/types.rb', line 3381

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