Class: Aws::Types::GetMissionProfileResponse

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)


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.

Returns:

  • (::Integer)


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.

Returns:

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


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def name
  @name
end

#region ⇒ ::String

Returns the value of attribute region.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

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


715
716
717
# File 'sig/types.rbs', line 715

def tags
  @tags
end

#telemetry_sink_config_arn ⇒ ::String

Returns the value of attribute telemetry_sink_config_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def tracking_config_arn
  @tracking_config_arn
end