Class: Aws::Types::CreateOriginEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateOriginEndpointResponse
- 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.
158 159 160 |
# File 'sig/types.rbs', line 158 def arn @arn end |
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
159 160 161 |
# File 'sig/types.rbs', line 159 def end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
160 161 162 |
# File 'sig/types.rbs', line 160 def channel_id @channel_id end |
#cmaf_package ⇒ Types::CmafPackage
Returns the value of attribute cmaf_package.
161 162 163 |
# File 'sig/types.rbs', line 161 def cmaf_package @cmaf_package end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
162 163 164 |
# File 'sig/types.rbs', line 162 def created_at @created_at end |
#dash_package ⇒ Types::DashPackage
Returns the value of attribute dash_package.
163 164 165 |
# File 'sig/types.rbs', line 163 def dash_package @dash_package end |
#description ⇒ ::String
Returns the value of attribute description.
164 165 166 |
# File 'sig/types.rbs', line 164 def description @description end |
#hls_package ⇒ Types::HlsPackage
Returns the value of attribute hls_package.
165 166 167 |
# File 'sig/types.rbs', line 165 def hls_package @hls_package end |
#id ⇒ ::String
Returns the value of attribute id.
166 167 168 |
# File 'sig/types.rbs', line 166 def id @id end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
167 168 169 |
# File 'sig/types.rbs', line 167 def manifest_name @manifest_name end |
#mss_package ⇒ Types::MssPackage
Returns the value of attribute mss_package.
168 169 170 |
# File 'sig/types.rbs', line 168 def mss_package @mss_package end |
#origination ⇒ "ALLOW", "DENY"
Returns the value of attribute origination.
169 170 171 |
# File 'sig/types.rbs', line 169 def origination @origination end |
#startover_window_seconds ⇒ ::Integer
Returns the value of attribute startover_window_seconds.
170 171 172 |
# File 'sig/types.rbs', line 170 def startover_window_seconds @startover_window_seconds end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
171 172 173 |
# File 'sig/types.rbs', line 171 def end |
#time_delay_seconds ⇒ ::Integer
Returns the value of attribute time_delay_seconds.
172 173 174 |
# File 'sig/types.rbs', line 172 def time_delay_seconds @time_delay_seconds end |
#url ⇒ ::String
Returns the value of attribute url.
173 174 175 |
# File 'sig/types.rbs', line 173 def url @url end |
#whitelist ⇒ ::Array[::String]
Returns the value of attribute whitelist.
174 175 176 |
# File 'sig/types.rbs', line 174 def whitelist @whitelist end |