Class: Aws::Types::UpdateMissionProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMissionProfileRequest
- 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_id ⇒ ::String
Returns the value of attribute mission_profile_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
-
#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.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 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.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def contact_pre_pass_duration_seconds @contact_pre_pass_duration_seconds end |
#dataflow_edges ⇒ ::Array[::Array[::String]]
Returns the value of attribute dataflow_edges.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def dataflow_edges @dataflow_edges end |
#minimum_viable_contact_duration_seconds ⇒ ::Integer
Returns the value of attribute minimum_viable_contact_duration_seconds.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def minimum_viable_contact_duration_seconds @minimum_viable_contact_duration_seconds end |
#mission_profile_id ⇒ ::String
Returns the value of attribute mission_profile_id.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def mission_profile_id @mission_profile_id end |
#name ⇒ ::String
Returns the value of attribute name.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def name @name end |
#streams_kms_key ⇒ Types::KmsKey
Returns the value of attribute streams_kms_key.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def streams_kms_key @streams_kms_key end |
#streams_kms_role ⇒ ::String
Returns the value of attribute streams_kms_role.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def streams_kms_role @streams_kms_role end |
#telemetry_sink_config_arn ⇒ ::String
Returns the value of attribute telemetry_sink_config_arn.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def telemetry_sink_config_arn @telemetry_sink_config_arn end |
#tracking_config_arn ⇒ ::String
Returns the value of attribute tracking_config_arn.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def tracking_config_arn @tracking_config_arn end |