Class: Aws::Types::CreateOriginEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateOriginEndpointRequest
- 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.
140 141 142 |
# File 'sig/types.rbs', line 140 def @authorization end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
141 142 143 |
# File 'sig/types.rbs', line 141 def channel_id @channel_id end |
#cmaf_package ⇒ Types::CmafPackageCreateOrUpdateParameters
Returns the value of attribute cmaf_package.
142 143 144 |
# File 'sig/types.rbs', line 142 def cmaf_package @cmaf_package end |
#dash_package ⇒ Types::DashPackage
Returns the value of attribute dash_package.
143 144 145 |
# File 'sig/types.rbs', line 143 def dash_package @dash_package end |
#description ⇒ ::String
Returns the value of attribute description.
144 145 146 |
# File 'sig/types.rbs', line 144 def description @description end |
#hls_package ⇒ Types::HlsPackage
Returns the value of attribute hls_package.
145 146 147 |
# File 'sig/types.rbs', line 145 def hls_package @hls_package end |
#id ⇒ ::String
Returns the value of attribute id.
146 147 148 |
# File 'sig/types.rbs', line 146 def id @id end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
147 148 149 |
# File 'sig/types.rbs', line 147 def manifest_name @manifest_name end |
#mss_package ⇒ Types::MssPackage
Returns the value of attribute mss_package.
148 149 150 |
# File 'sig/types.rbs', line 148 def mss_package @mss_package end |
#origination ⇒ "ALLOW", "DENY"
Returns the value of attribute origination.
149 150 151 |
# File 'sig/types.rbs', line 149 def origination @origination end |
#startover_window_seconds ⇒ ::Integer
Returns the value of attribute startover_window_seconds.
150 151 152 |
# File 'sig/types.rbs', line 150 def startover_window_seconds @startover_window_seconds end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
151 152 153 |
# File 'sig/types.rbs', line 151 def @tags end |
#time_delay_seconds ⇒ ::Integer
Returns the value of attribute time_delay_seconds.
152 153 154 |
# File 'sig/types.rbs', line 152 def time_delay_seconds @time_delay_seconds end |
#whitelist ⇒ ::Array[::String]
Returns the value of attribute whitelist.
153 154 155 |
# File 'sig/types.rbs', line 153 def whitelist @whitelist end |