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

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)


2229
2230
2231
2232
2233
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2229

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