Class: Aws::Types::MissionProfileListItem
- Inherits:
-
Object
- Object
- Aws::Types::MissionProfileListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mission_profile_arn ⇒ ::String
Returns the value of attribute mission_profile_arn.
-
#mission_profile_id ⇒ ::String
Returns the value of attribute mission_profile_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#mission_profile_arn ⇒ ::String
Returns the value of attribute mission_profile_arn.
954 955 956 |
# File 'sig/types.rbs', line 954 def mission_profile_arn @mission_profile_arn end |
#mission_profile_id ⇒ ::String
Returns the value of attribute mission_profile_id.
953 954 955 |
# File 'sig/types.rbs', line 953 def mission_profile_id @mission_profile_id end |
#name ⇒ ::String
Returns the value of attribute name.
956 957 958 |
# File 'sig/types.rbs', line 956 def name @name end |
#region ⇒ ::String
Returns the value of attribute region.
955 956 957 |
# File 'sig/types.rbs', line 955 def region @region end |