Class: Aws::Types::MssPackage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryptionTypes::MssEncryption

Returns the value of attribute encryption.



453
454
455
# File 'sig/types.rbs', line 453

def encryption
  @encryption
end

#manifest_window_seconds::Integer

Returns the value of attribute manifest_window_seconds.

Returns:

  • (::Integer)


454
455
456
# File 'sig/types.rbs', line 454

def manifest_window_seconds
  @manifest_window_seconds
end

#segment_duration_seconds::Integer

Returns the value of attribute segment_duration_seconds.

Returns:

  • (::Integer)


455
456
457
# File 'sig/types.rbs', line 455

def segment_duration_seconds
  @segment_duration_seconds
end

#stream_selectionTypes::StreamSelection

Returns the value of attribute stream_selection.



456
457
458
# File 'sig/types.rbs', line 456

def stream_selection
  @stream_selection
end