Class: Aws::Types::OriginEndpointUpdateParameters

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.



511
512
513
# File 'sig/types.rbs', line 511

def authorization
  @authorization
end

#cmaf_packageTypes::CmafPackageCreateOrUpdateParameters

Returns the value of attribute cmaf_package.



512
513
514
# File 'sig/types.rbs', line 512

def cmaf_package
  @cmaf_package
end

#dash_packageTypes::DashPackage

Returns the value of attribute dash_package.

Returns:



513
514
515
# File 'sig/types.rbs', line 513

def dash_package
  @dash_package
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def description
  @description
end

#hls_packageTypes::HlsPackage

Returns the value of attribute hls_package.

Returns:



515
516
517
# File 'sig/types.rbs', line 515

def hls_package
  @hls_package
end

#manifest_name::String

Returns the value of attribute manifest_name.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def manifest_name
  @manifest_name
end

#mss_packageTypes::MssPackage

Returns the value of attribute mss_package.

Returns:



517
518
519
# File 'sig/types.rbs', line 517

def mss_package
  @mss_package
end

#origination"ALLOW", "DENY"

Returns the value of attribute origination.

Returns:

  • ("ALLOW", "DENY")


518
519
520
# File 'sig/types.rbs', line 518

def origination
  @origination
end

#startover_window_seconds::Integer

Returns the value of attribute startover_window_seconds.

Returns:

  • (::Integer)


519
520
521
# File 'sig/types.rbs', line 519

def startover_window_seconds
  @startover_window_seconds
end

#time_delay_seconds::Integer

Returns the value of attribute time_delay_seconds.

Returns:

  • (::Integer)


520
521
522
# File 'sig/types.rbs', line 520

def time_delay_seconds
  @time_delay_seconds
end

#whitelist::Array[::String]

Returns the value of attribute whitelist.

Returns:

  • (::Array[::String])


521
522
523
# File 'sig/types.rbs', line 521

def whitelist
  @whitelist
end