Class: Aws::Types::UpdateOriginEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOriginEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
-
#cmaf_package ⇒ Types::CmafPackageCreateOrUpdateParameters
Returns the value of attribute cmaf_package.
-
#dash_package ⇒ Types::DashPackage
Returns the value of attribute dash_package.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#hls_package ⇒ Types::HlsPackage
Returns the value of attribute hls_package.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
-
#mss_package ⇒ Types::MssPackage
Returns the value of attribute mss_package.
-
#origination ⇒ "ALLOW", "DENY"
Returns the value of attribute origination.
-
#startover_window_seconds ⇒ ::Integer
Returns the value of attribute startover_window_seconds.
-
#time_delay_seconds ⇒ ::Integer
Returns the value of attribute time_delay_seconds.
-
#whitelist ⇒ ::Array[::String]
Returns the value of attribute whitelist.
Instance Attribute Details
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
635 636 637 |
# File 'sig/types.rbs', line 635 def end |
#cmaf_package ⇒ Types::CmafPackageCreateOrUpdateParameters
Returns the value of attribute cmaf_package.
636 637 638 |
# File 'sig/types.rbs', line 636 def cmaf_package @cmaf_package end |
#dash_package ⇒ Types::DashPackage
Returns the value of attribute dash_package.
637 638 639 |
# File 'sig/types.rbs', line 637 def dash_package @dash_package end |
#description ⇒ ::String
Returns the value of attribute description.
638 639 640 |
# File 'sig/types.rbs', line 638 def description @description end |
#hls_package ⇒ Types::HlsPackage
Returns the value of attribute hls_package.
639 640 641 |
# File 'sig/types.rbs', line 639 def hls_package @hls_package end |
#id ⇒ ::String
Returns the value of attribute id.
640 641 642 |
# File 'sig/types.rbs', line 640 def id @id end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
641 642 643 |
# File 'sig/types.rbs', line 641 def manifest_name @manifest_name end |
#mss_package ⇒ Types::MssPackage
Returns the value of attribute mss_package.
642 643 644 |
# File 'sig/types.rbs', line 642 def mss_package @mss_package end |
#origination ⇒ "ALLOW", "DENY"
Returns the value of attribute origination.
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.
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.
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.
646 647 648 |
# File 'sig/types.rbs', line 646 def whitelist @whitelist end |