Class: Aws::Types::CreateMissionProfileRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_post_pass_duration_seconds ⇒ ::Integer

Returns the value of attribute contact_post_pass_duration_seconds.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::Array[::String]])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


308
309
310
# File 'sig/types.rbs', line 308

def tags
  @tags
end

#telemetry_sink_config_arn ⇒ ::String

Returns the value of attribute telemetry_sink_config_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def tracking_config_arn
  @tracking_config_arn
end