Class: Aws::Types::UpdateMissionProfileRequest

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)


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.

Returns:

  • (::Integer)


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.

Returns:

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


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def tracking_config_arn
  @tracking_config_arn
end