Module: Aws::MediaPackage::Client::_UpdateOriginEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateOriginEndpointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #authorization ⇒ Types::Authorization
- #channel_id ⇒ ::String
- #cmaf_package ⇒ Types::CmafPackage
- #created_at ⇒ ::String
- #dash_package ⇒ Types::DashPackage
- #description ⇒ ::String
- #hls_package ⇒ Types::HlsPackage
- #id ⇒ ::String
- #manifest_name ⇒ ::String
- #mss_package ⇒ Types::MssPackage
- #origination ⇒ "ALLOW", "DENY"
- #startover_window_seconds ⇒ ::Integer
- #tags ⇒ ::Hash[::String, ::String]
- #time_delay_seconds ⇒ ::Integer
- #url ⇒ ::String
- #whitelist ⇒ ::Array[::String]
Instance Method Details
#arn ⇒ ::String
388 |
# File 'sig/client.rbs', line 388
def arn: () -> ::String
|
#authorization ⇒ Types::Authorization
389 |
# File 'sig/client.rbs', line 389
def authorization: () -> Types::Authorization
|
#channel_id ⇒ ::String
390 |
# File 'sig/client.rbs', line 390
def channel_id: () -> ::String
|
#cmaf_package ⇒ Types::CmafPackage
391 |
# File 'sig/client.rbs', line 391
def cmaf_package: () -> Types::CmafPackage
|
#created_at ⇒ ::String
392 |
# File 'sig/client.rbs', line 392
def created_at: () -> ::String
|
#dash_package ⇒ Types::DashPackage
393 |
# File 'sig/client.rbs', line 393
def dash_package: () -> Types::DashPackage
|
#description ⇒ ::String
394 |
# File 'sig/client.rbs', line 394
def description: () -> ::String
|
#hls_package ⇒ Types::HlsPackage
395 |
# File 'sig/client.rbs', line 395
def hls_package: () -> Types::HlsPackage
|
#id ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def id: () -> ::String
|
#manifest_name ⇒ ::String
397 |
# File 'sig/client.rbs', line 397
def manifest_name: () -> ::String
|
#mss_package ⇒ Types::MssPackage
398 |
# File 'sig/client.rbs', line 398
def mss_package: () -> Types::MssPackage
|
#origination ⇒ "ALLOW", "DENY"
399 |
# File 'sig/client.rbs', line 399
def origination: () -> ("ALLOW" | "DENY")
|
#startover_window_seconds ⇒ ::Integer
400 |
# File 'sig/client.rbs', line 400
def startover_window_seconds: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
401 |
# File 'sig/client.rbs', line 401
def tags: () -> ::Hash[::String, ::String]
|
#time_delay_seconds ⇒ ::Integer
402 |
# File 'sig/client.rbs', line 402
def time_delay_seconds: () -> ::Integer
|
#url ⇒ ::String
403 |
# File 'sig/client.rbs', line 403
def url: () -> ::String
|
#whitelist ⇒ ::Array[::String]
404 |
# File 'sig/client.rbs', line 404
def whitelist: () -> ::Array[::String]
|