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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/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)


2255
2256
2257
2258
2259
2260
2261
2262
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2255

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

#mission_profile_idString

UUID of a mission profile.

Returns:

  • (String)


2255
2256
2257
2258
2259
2260
2261
2262
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2255

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

#nameString

Name of a mission profile.

Returns:

  • (String)


2255
2256
2257
2258
2259
2260
2261
2262
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2255

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

#regionString

Region of a mission profile.

Returns:

  • (String)


2255
2256
2257
2258
2259
2260
2261
2262
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2255

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