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")


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

def certificate_mode
  @certificate_mode
end

#connection_retry_interval::Integer

Returns the value of attribute connection_retry_interval.

Returns:

  • (::Integer)


2827
2828
2829
# File 'sig/types.rbs', line 2827

def connection_retry_interval
  @connection_retry_interval
end

#destinationTypes::OutputLocationRef

Returns the value of attribute destination.



2828
2829
2830
# File 'sig/types.rbs', line 2828

def destination
  @destination
end

#num_retries::Integer

Returns the value of attribute num_retries.

Returns:

  • (::Integer)


2829
2830
2831
# File 'sig/types.rbs', line 2829

def num_retries
  @num_retries
end