Class: Aws::Types::DescribeOriginEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOriginEndpointResponse
- 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.
261 262 263 |
# File 'sig/types.rbs', line 261 def arn @arn end |
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
262 263 264 |
# File 'sig/types.rbs', line 262 def end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
263 264 265 |
# File 'sig/types.rbs', line 263 def channel_id @channel_id end |
#cmaf_package ⇒ Types::CmafPackage
Returns the value of attribute cmaf_package.
264 265 266 |
# File 'sig/types.rbs', line 264 def cmaf_package @cmaf_package end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
265 266 267 |
# File 'sig/types.rbs', line 265 def created_at @created_at end |
#dash_package ⇒ Types::DashPackage
Returns the value of attribute dash_package.
266 267 268 |
# File 'sig/types.rbs', line 266 def dash_package @dash_package end |
#description ⇒ ::String
Returns the value of attribute description.
267 268 269 |
# File 'sig/types.rbs', line 267 def description @description end |
#hls_package ⇒ Types::HlsPackage
Returns the value of attribute hls_package.
268 269 270 |
# File 'sig/types.rbs', line 268 def hls_package @hls_package end |
#id ⇒ ::String
Returns the value of attribute id.
269 270 271 |
# File 'sig/types.rbs', line 269 def id @id end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
270 271 272 |
# File 'sig/types.rbs', line 270 def manifest_name @manifest_name end |
#mss_package ⇒ Types::MssPackage
Returns the value of attribute mss_package.
271 272 273 |
# File 'sig/types.rbs', line 271 def mss_package @mss_package end |
#origination ⇒ "ALLOW", "DENY"
Returns the value of attribute origination.
272 273 274 |
# File 'sig/types.rbs', line 272 def origination @origination end |
#startover_window_seconds ⇒ ::Integer
Returns the value of attribute startover_window_seconds.
273 274 275 |
# File 'sig/types.rbs', line 273 def startover_window_seconds @startover_window_seconds end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
274 275 276 |
# File 'sig/types.rbs', line 274 def end |
#time_delay_seconds ⇒ ::Integer
Returns the value of attribute time_delay_seconds.
275 276 277 |
# File 'sig/types.rbs', line 275 def time_delay_seconds @time_delay_seconds end |
#url ⇒ ::String
Returns the value of attribute url.
276 277 278 |
# File 'sig/types.rbs', line 276 def url @url end |
#whitelist ⇒ ::Array[::String]
Returns the value of attribute whitelist.
277 278 279 |
# File 'sig/types.rbs', line 277 def whitelist @whitelist end |