Class: Aws::Types::UpdateOriginEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorizationTypes::Authorization

Returns the value of attribute authorization.



635
636
637
# File 'sig/types.rbs', line 635

def authorization
  @authorization
end

#cmaf_packageTypes::CmafPackageCreateOrUpdateParameters

Returns the value of attribute cmaf_package.



636
637
638
# File 'sig/types.rbs', line 636

def cmaf_package
  @cmaf_package
end

#dash_packageTypes::DashPackage

Returns the value of attribute dash_package.

Returns:



637
638
639
# File 'sig/types.rbs', line 637

def dash_package
  @dash_package
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def description
  @description
end

#hls_packageTypes::HlsPackage

Returns the value of attribute hls_package.

Returns:



639
640
641
# File 'sig/types.rbs', line 639

def hls_package
  @hls_package
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def id
  @id
end

#manifest_name::String

Returns the value of attribute manifest_name.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

def manifest_name
  @manifest_name
end

#mss_packageTypes::MssPackage

Returns the value of attribute mss_package.

Returns:



642
643
644
# File 'sig/types.rbs', line 642

def mss_package
  @mss_package
end

#origination"ALLOW", "DENY"

Returns the value of attribute origination.

Returns:

  • ("ALLOW", "DENY")


643
644
645
# File 'sig/types.rbs', line 643

def origination
  @origination
end

#startover_window_seconds::Integer

Returns the value of attribute startover_window_seconds.

Returns:

  • (::Integer)


644
645
646
# File 'sig/types.rbs', line 644

def startover_window_seconds
  @startover_window_seconds
end

#time_delay_seconds::Integer

Returns the value of attribute time_delay_seconds.

Returns:

  • (::Integer)


645
646
647
# File 'sig/types.rbs', line 645

def time_delay_seconds
  @time_delay_seconds
end

#whitelist::Array[::String]

Returns the value of attribute whitelist.

Returns:

  • (::Array[::String])


646
647
648
# File 'sig/types.rbs', line 646

def whitelist
  @whitelist
end