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_arnString

ARN of a mission profile.

Returns:

  • (String)


2840
2841
2842
2843
2844
2845
2846
2847
# File 'lib/aws-sdk-groundstation/types.rb', line 2840

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

#mission_profile_idString

UUID of a mission profile.

Returns:

  • (String)


2840
2841
2842
2843
2844
2845
2846
2847
# File 'lib/aws-sdk-groundstation/types.rb', line 2840

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

#nameString

Name of a mission profile.

Returns:

  • (String)


2840
2841
2842
2843
2844
2845
2846
2847
# File 'lib/aws-sdk-groundstation/types.rb', line 2840

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

#regionString

Region of a mission profile.

Returns:

  • (String)


2840
2841
2842
2843
2844
2845
2846
2847
# File 'lib/aws-sdk-groundstation/types.rb', line 2840

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