Class: Aws::Types::UpdateOriginEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOriginEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#cmaf_package ⇒ Types::CmafPackage
Returns the value of attribute cmaf_package.
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#time_delay_seconds ⇒ ::Integer
Returns the value of attribute time_delay_seconds.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#whitelist ⇒ ::Array[::String]
Returns the value of attribute whitelist.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
651 652 653 |
# File 'sig/types.rbs', line 651 def arn @arn end |
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
652 653 654 |
# File 'sig/types.rbs', line 652 def end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
653 654 655 |
# File 'sig/types.rbs', line 653 def channel_id @channel_id end |
#cmaf_package ⇒ Types::CmafPackage
Returns the value of attribute cmaf_package.
654 655 656 |
# File 'sig/types.rbs', line 654 def cmaf_package @cmaf_package end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
655 656 657 |
# File 'sig/types.rbs', line 655 def created_at @created_at end |
#dash_package ⇒ Types::DashPackage
Returns the value of attribute dash_package.
656 657 658 |
# File 'sig/types.rbs', line 656 def dash_package @dash_package end |
#description ⇒ ::String
Returns the value of attribute description.
657 658 659 |
# File 'sig/types.rbs', line 657 def description @description end |
#hls_package ⇒ Types::HlsPackage
Returns the value of attribute hls_package.
658 659 660 |
# File 'sig/types.rbs', line 658 def hls_package @hls_package end |
#id ⇒ ::String
Returns the value of attribute id.
659 660 661 |
# File 'sig/types.rbs', line 659 def id @id end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
660 661 662 |
# File 'sig/types.rbs', line 660 def manifest_name @manifest_name end |
#mss_package ⇒ Types::MssPackage
Returns the value of attribute mss_package.
661 662 663 |
# File 'sig/types.rbs', line 661 def mss_package @mss_package end |
#origination ⇒ "ALLOW", "DENY"
Returns the value of attribute origination.
662 663 664 |
# File 'sig/types.rbs', line 662 def origination @origination end |
#startover_window_seconds ⇒ ::Integer
Returns the value of attribute startover_window_seconds.
663 664 665 |
# File 'sig/types.rbs', line 663 def startover_window_seconds @startover_window_seconds end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
664 665 666 |
# File 'sig/types.rbs', line 664 def end |
#time_delay_seconds ⇒ ::Integer
Returns the value of attribute time_delay_seconds.
665 666 667 |
# File 'sig/types.rbs', line 665 def time_delay_seconds @time_delay_seconds end |
#url ⇒ ::String
Returns the value of attribute url.
666 667 668 |
# File 'sig/types.rbs', line 666 def url @url end |
#whitelist ⇒ ::Array[::String]
Returns the value of attribute whitelist.
667 668 669 |
# File 'sig/types.rbs', line 667 def whitelist @whitelist end |