Class: Aws::Types::CreateMissionProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMissionProfileRequest
- 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.
-
#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.
-
#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.
303 304 305 |
# File 'sig/types.rbs', line 303 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.
302 303 304 |
# File 'sig/types.rbs', line 302 def contact_pre_pass_duration_seconds @contact_pre_pass_duration_seconds end |
#dataflow_edges ⇒ ::Array[::Array[::String]]
Returns the value of attribute dataflow_edges.
305 306 307 |
# File 'sig/types.rbs', line 305 def dataflow_edges @dataflow_edges end |
#minimum_viable_contact_duration_seconds ⇒ ::Integer
Returns the value of attribute minimum_viable_contact_duration_seconds.
304 305 306 |
# File 'sig/types.rbs', line 304 def minimum_viable_contact_duration_seconds @minimum_viable_contact_duration_seconds end |
#name ⇒ ::String
Returns the value of attribute name.
301 302 303 |
# File 'sig/types.rbs', line 301 def name @name end |
#streams_kms_key ⇒ Types::KmsKey
Returns the value of attribute streams_kms_key.
309 310 311 |
# File 'sig/types.rbs', line 309 def streams_kms_key @streams_kms_key end |
#streams_kms_role ⇒ ::String
Returns the value of attribute streams_kms_role.
310 311 312 |
# File 'sig/types.rbs', line 310 def streams_kms_role @streams_kms_role end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
308 309 310 |
# File 'sig/types.rbs', line 308 def end |
#telemetry_sink_config_arn ⇒ ::String
Returns the value of attribute telemetry_sink_config_arn.
307 308 309 |
# File 'sig/types.rbs', line 307 def telemetry_sink_config_arn @telemetry_sink_config_arn end |
#tracking_config_arn ⇒ ::String
Returns the value of attribute tracking_config_arn.
306 307 308 |
# File 'sig/types.rbs', line 306 def tracking_config_arn @tracking_config_arn end |