Class: Aws::GroundStation::Types::MissionProfileListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::MissionProfileListItem
- 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
-
#mission_profile_arn ⇒ String
ARN of a mission profile.
-
#mission_profile_id ⇒ String
UUID of a mission profile.
-
#name ⇒ String
Name of a mission profile.
-
#region ⇒ String
Region of a mission profile.
Instance Attribute Details
#mission_profile_arn ⇒ String
ARN of a mission profile.
2266 2267 2268 2269 2270 2271 2272 2273 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2266 class MissionProfileListItem < Struct.new( :mission_profile_arn, :mission_profile_id, :name, :region) SENSITIVE = [] include Aws::Structure end |
#mission_profile_id ⇒ String
UUID of a mission profile.
2266 2267 2268 2269 2270 2271 2272 2273 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2266 class MissionProfileListItem < Struct.new( :mission_profile_arn, :mission_profile_id, :name, :region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of a mission profile.
2266 2267 2268 2269 2270 2271 2272 2273 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2266 class MissionProfileListItem < Struct.new( :mission_profile_arn, :mission_profile_id, :name, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
Region of a mission profile.
2266 2267 2268 2269 2270 2271 2272 2273 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2266 class MissionProfileListItem < Struct.new( :mission_profile_arn, :mission_profile_id, :name, :region) SENSITIVE = [] include Aws::Structure end |