Class: Aws::Types::GetMssManifestConfiguration

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.



533
534
535
# File 'sig/types.rbs', line 533

def filter_configuration
  @filter_configuration
end

#manifest_layout"FULL", "COMPACT"

Returns the value of attribute manifest_layout.

Returns:

  • ("FULL", "COMPACT")


535
536
537
# File 'sig/types.rbs', line 535

def manifest_layout
  @manifest_layout
end

#manifest_name::String

Returns the value of attribute manifest_name.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def manifest_name
  @manifest_name
end

#manifest_window_seconds::Integer

Returns the value of attribute manifest_window_seconds.

Returns:

  • (::Integer)


534
535
536
# File 'sig/types.rbs', line 534

def manifest_window_seconds
  @manifest_window_seconds
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def url
  @url
end