Class: Aws::GroundStation::Types::MissionProfileListItem

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

Overview

Item in a list of mission profiles.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mission_profile_arn ⇒ String

ARN of a mission profile.

Returns:

  • (String)


3407
3408
3409
3410
3411
3412
3413
3414
# File 'lib/aws-sdk-groundstation/types.rb', line 3407

class MissionProfileListItem < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :region,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#mission_profile_id ⇒ String

UUID of a mission profile.

Returns:

  • (String)


3407
3408
3409
3410
3411
3412
3413
3414
# File 'lib/aws-sdk-groundstation/types.rb', line 3407

class MissionProfileListItem < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :region,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

Name of a mission profile.

Returns:

  • (String)


3407
3408
3409
3410
3411
3412
3413
3414
# File 'lib/aws-sdk-groundstation/types.rb', line 3407

class MissionProfileListItem < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :region,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#region ⇒ String

Region of a mission profile.

Returns:

  • (String)


3407
3408
3409
3410
3411
3412
3413
3414
# File 'lib/aws-sdk-groundstation/types.rb', line 3407

class MissionProfileListItem < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :region,
  :name)
  SENSITIVE = []
  include Aws::Structure
end