Class: Aws::Types::OriginEndpointCreateParameters
- Inherits:
-
Object
- Object
- Aws::Types::OriginEndpointCreateParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
487 488 489 |
# File 'sig/types.rbs', line 487 def @authorization end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
488 489 490 |
# File 'sig/types.rbs', line 488 def channel_id @channel_id end |
#cmaf_package ⇒ Types::CmafPackageCreateOrUpdateParameters
Returns the value of attribute cmaf_package.
489 490 491 |
# File 'sig/types.rbs', line 489 def cmaf_package @cmaf_package end |
#dash_package ⇒ Types::DashPackage
Returns the value of attribute dash_package.
490 491 492 |
# File 'sig/types.rbs', line 490 def dash_package @dash_package end |
#description ⇒ ::String
Returns the value of attribute description.
491 492 493 |
# File 'sig/types.rbs', line 491 def description @description end |
#hls_package ⇒ Types::HlsPackage
Returns the value of attribute hls_package.
492 493 494 |
# File 'sig/types.rbs', line 492 def hls_package @hls_package end |
#id ⇒ ::String
Returns the value of attribute id.
493 494 495 |
# File 'sig/types.rbs', line 493 def id @id end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
494 495 496 |
# File 'sig/types.rbs', line 494 def manifest_name @manifest_name end |
#mss_package ⇒ Types::MssPackage
Returns the value of attribute mss_package.
495 496 497 |
# File 'sig/types.rbs', line 495 def mss_package @mss_package end |
#origination ⇒ "ALLOW", "DENY"
Returns the value of attribute origination.
496 497 498 |
# File 'sig/types.rbs', line 496 def origination @origination end |
#startover_window_seconds ⇒ ::Integer
Returns the value of attribute startover_window_seconds.
497 498 499 |
# File 'sig/types.rbs', line 497 def startover_window_seconds @startover_window_seconds end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
498 499 500 |
# File 'sig/types.rbs', line 498 def @tags end |
#time_delay_seconds ⇒ ::Integer
Returns the value of attribute time_delay_seconds.
499 500 501 |
# File 'sig/types.rbs', line 499 def time_delay_seconds @time_delay_seconds end |
#whitelist ⇒ ::Array[::String]
Returns the value of attribute whitelist.
500 501 502 |
# File 'sig/types.rbs', line 500 def whitelist @whitelist end |