Class: Aws::Types::CreateRecordingConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_configurationTypes::DestinationConfiguration

Returns the value of attribute destination_configuration.



238
239
240
# File 'sig/types.rbs', line 238

def destination_configuration
  @destination_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def name
  @name
end

#recording_reconnect_window_seconds::Integer

Returns the value of attribute recording_reconnect_window_seconds.

Returns:

  • (::Integer)


241
242
243
# File 'sig/types.rbs', line 241

def recording_reconnect_window_seconds
  @recording_reconnect_window_seconds
end

#rendition_configurationTypes::RenditionConfiguration

Returns the value of attribute rendition_configuration.



242
243
244
# File 'sig/types.rbs', line 242

def rendition_configuration
  @rendition_configuration
end

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

Returns the value of attribute tags.

Returns:

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


239
240
241
# File 'sig/types.rbs', line 239

def tags
  @tags
end

#thumbnail_configurationTypes::ThumbnailConfiguration

Returns the value of attribute thumbnail_configuration.



240
241
242
# File 'sig/types.rbs', line 240

def thumbnail_configuration
  @thumbnail_configuration
end