Class: Aws::Types::OriginEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::OriginEndpoint
- 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.
466 467 468 |
# File 'sig/types.rbs', line 466 def arn @arn end |
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
467 468 469 |
# File 'sig/types.rbs', line 467 def @authorization end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
468 469 470 |
# File 'sig/types.rbs', line 468 def channel_id @channel_id end |
#cmaf_package ⇒ Types::CmafPackage
Returns the value of attribute cmaf_package.
469 470 471 |
# File 'sig/types.rbs', line 469 def cmaf_package @cmaf_package end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
470 471 472 |
# File 'sig/types.rbs', line 470 def created_at @created_at end |
#dash_package ⇒ Types::DashPackage
Returns the value of attribute dash_package.
471 472 473 |
# File 'sig/types.rbs', line 471 def dash_package @dash_package end |
#description ⇒ ::String
Returns the value of attribute description.
472 473 474 |
# File 'sig/types.rbs', line 472 def description @description end |
#hls_package ⇒ Types::HlsPackage
Returns the value of attribute hls_package.
473 474 475 |
# File 'sig/types.rbs', line 473 def hls_package @hls_package end |
#id ⇒ ::String
Returns the value of attribute id.
474 475 476 |
# File 'sig/types.rbs', line 474 def id @id end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
475 476 477 |
# File 'sig/types.rbs', line 475 def manifest_name @manifest_name end |
#mss_package ⇒ Types::MssPackage
Returns the value of attribute mss_package.
476 477 478 |
# File 'sig/types.rbs', line 476 def mss_package @mss_package end |
#origination ⇒ "ALLOW", "DENY"
Returns the value of attribute origination.
477 478 479 |
# File 'sig/types.rbs', line 477 def origination @origination end |
#startover_window_seconds ⇒ ::Integer
Returns the value of attribute startover_window_seconds.
478 479 480 |
# File 'sig/types.rbs', line 478 def startover_window_seconds @startover_window_seconds end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
479 480 481 |
# File 'sig/types.rbs', line 479 def @tags end |
#time_delay_seconds ⇒ ::Integer
Returns the value of attribute time_delay_seconds.
480 481 482 |
# File 'sig/types.rbs', line 480 def time_delay_seconds @time_delay_seconds end |
#url ⇒ ::String
Returns the value of attribute url.
481 482 483 |
# File 'sig/types.rbs', line 481 def url @url end |
#whitelist ⇒ ::Array[::String]
Returns the value of attribute whitelist.
482 483 484 |
# File 'sig/types.rbs', line 482 def whitelist @whitelist end |