Class: Aws::Types::CreateMssManifestConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_configurationTypes::FilterConfiguration

Returns the value of attribute filter_configuration.



197
198
199
# File 'sig/types.rbs', line 197

def filter_configuration
  @filter_configuration
end

#manifest_layout"FULL", "COMPACT"

Returns the value of attribute manifest_layout.

Returns:

  • ("FULL", "COMPACT")


198
199
200
# File 'sig/types.rbs', line 198

def manifest_layout
  @manifest_layout
end

#manifest_name::String

Returns the value of attribute manifest_name.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def manifest_name
  @manifest_name
end

#manifest_window_seconds::Integer

Returns the value of attribute manifest_window_seconds.

Returns:

  • (::Integer)


196
197
198
# File 'sig/types.rbs', line 196

def manifest_window_seconds
  @manifest_window_seconds
end