Class: Aws::Types::GetMissionProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMissionProfileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_post_pass_duration_seconds ⇒ ::Integer
Returns the value of attribute contact_post_pass_duration_seconds.
-
#contact_pre_pass_duration_seconds ⇒ ::Integer
Returns the value of attribute contact_pre_pass_duration_seconds.
-
#dataflow_edges ⇒ ::Array[::Array[::String]]
Returns the value of attribute dataflow_edges.
-
#minimum_viable_contact_duration_seconds ⇒ ::Integer
Returns the value of attribute minimum_viable_contact_duration_seconds.
-
#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.
-
#streams_kms_key ⇒ Types::KmsKey
Returns the value of attribute streams_kms_key.
-
#streams_kms_role ⇒ ::String
Returns the value of attribute streams_kms_role.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#telemetry_sink_config_arn ⇒ ::String
Returns the value of attribute telemetry_sink_config_arn.
-
#tracking_config_arn ⇒ ::String
Returns the value of attribute tracking_config_arn.
Instance Attribute Details
#contact_post_pass_duration_seconds ⇒ ::Integer
Returns the value of attribute contact_post_pass_duration_seconds.
710 711 712 |
# File 'sig/types.rbs', line 710 def contact_post_pass_duration_seconds @contact_post_pass_duration_seconds end |
#contact_pre_pass_duration_seconds ⇒ ::Integer
Returns the value of attribute contact_pre_pass_duration_seconds.
709 710 711 |
# File 'sig/types.rbs', line 709 def contact_pre_pass_duration_seconds @contact_pre_pass_duration_seconds end |
#dataflow_edges ⇒ ::Array[::Array[::String]]
Returns the value of attribute dataflow_edges.
712 713 714 |
# File 'sig/types.rbs', line 712 def dataflow_edges @dataflow_edges end |
#minimum_viable_contact_duration_seconds ⇒ ::Integer
Returns the value of attribute minimum_viable_contact_duration_seconds.
711 712 713 |
# File 'sig/types.rbs', line 711 def minimum_viable_contact_duration_seconds @minimum_viable_contact_duration_seconds end |
#mission_profile_arn ⇒ ::String
Returns the value of attribute mission_profile_arn.
706 707 708 |
# File 'sig/types.rbs', line 706 def mission_profile_arn @mission_profile_arn end |
#mission_profile_id ⇒ ::String
Returns the value of attribute mission_profile_id.
705 706 707 |
# File 'sig/types.rbs', line 705 def mission_profile_id @mission_profile_id end |
#name ⇒ ::String
Returns the value of attribute name.
707 708 709 |
# File 'sig/types.rbs', line 707 def name @name end |
#region ⇒ ::String
Returns the value of attribute region.
708 709 710 |
# File 'sig/types.rbs', line 708 def region @region end |
#streams_kms_key ⇒ Types::KmsKey
Returns the value of attribute streams_kms_key.
716 717 718 |
# File 'sig/types.rbs', line 716 def streams_kms_key @streams_kms_key end |
#streams_kms_role ⇒ ::String
Returns the value of attribute streams_kms_role.
717 718 719 |
# File 'sig/types.rbs', line 717 def streams_kms_role @streams_kms_role end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
715 716 717 |
# File 'sig/types.rbs', line 715 def @tags end |
#telemetry_sink_config_arn ⇒ ::String
Returns the value of attribute telemetry_sink_config_arn.
714 715 716 |
# File 'sig/types.rbs', line 714 def telemetry_sink_config_arn @telemetry_sink_config_arn end |
#tracking_config_arn ⇒ ::String
Returns the value of attribute tracking_config_arn.
713 714 715 |
# File 'sig/types.rbs', line 713 def tracking_config_arn @tracking_config_arn end |