Class: Aws::Types::RecordingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def arn
  @arn
end

#destination_configurationTypes::DestinationConfiguration

Returns the value of attribute destination_configuration.



617
618
619
# File 'sig/types.rbs', line 617

def destination_configuration
  @destination_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def name
  @name
end

#recording_reconnect_window_seconds::Integer

Returns the value of attribute recording_reconnect_window_seconds.

Returns:

  • (::Integer)


621
622
623
# File 'sig/types.rbs', line 621

def recording_reconnect_window_seconds
  @recording_reconnect_window_seconds
end

#rendition_configurationTypes::RenditionConfiguration

Returns the value of attribute rendition_configuration.



622
623
624
# File 'sig/types.rbs', line 622

def rendition_configuration
  @rendition_configuration
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATE_FAILED", "ACTIVE")


618
619
620
# File 'sig/types.rbs', line 618

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


619
620
621
# File 'sig/types.rbs', line 619

def tags
  @tags
end

#thumbnail_configurationTypes::ThumbnailConfiguration

Returns the value of attribute thumbnail_configuration.



620
621
622
# File 'sig/types.rbs', line 620

def thumbnail_configuration
  @thumbnail_configuration
end