Class: Aws::Types::RtmpOutputSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_mode"SELF_SIGNED", "VERIFY_AUTHENTICITY"

Returns the value of attribute certificate_mode.

Returns:

  • ("SELF_SIGNED", "VERIFY_AUTHENTICITY")


2822
2823
2824
# File 'sig/types.rbs', line 2822

def certificate_mode
  @certificate_mode
end

#connection_retry_interval::Integer

Returns the value of attribute connection_retry_interval.

Returns:

  • (::Integer)


2823
2824
2825
# File 'sig/types.rbs', line 2823

def connection_retry_interval
  @connection_retry_interval
end

#destinationTypes::OutputLocationRef

Returns the value of attribute destination.



2824
2825
2826
# File 'sig/types.rbs', line 2824

def destination
  @destination
end

#num_retries::Integer

Returns the value of attribute num_retries.

Returns:

  • (::Integer)


2825
2826
2827
# File 'sig/types.rbs', line 2825

def num_retries
  @num_retries
end