Module: Aws::MediaPackage::Client::_DescribeOriginEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeOriginEndpointResponse]
- 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
246 |
# File 'sig/client.rbs', line 246
def arn: () -> ::String
|
#authorization ⇒ Types::Authorization
247 |
# File 'sig/client.rbs', line 247
def authorization: () -> Types::Authorization
|
#channel_id ⇒ ::String
248 |
# File 'sig/client.rbs', line 248
def channel_id: () -> ::String
|
#cmaf_package ⇒ Types::CmafPackage
249 |
# File 'sig/client.rbs', line 249
def cmaf_package: () -> Types::CmafPackage
|
#created_at ⇒ ::String
250 |
# File 'sig/client.rbs', line 250
def created_at: () -> ::String
|
#dash_package ⇒ Types::DashPackage
251 |
# File 'sig/client.rbs', line 251
def dash_package: () -> Types::DashPackage
|
#description ⇒ ::String
252 |
# File 'sig/client.rbs', line 252
def description: () -> ::String
|
#hls_package ⇒ Types::HlsPackage
253 |
# File 'sig/client.rbs', line 253
def hls_package: () -> Types::HlsPackage
|
#id ⇒ ::String
254 |
# File 'sig/client.rbs', line 254
def id: () -> ::String
|
#manifest_name ⇒ ::String
255 |
# File 'sig/client.rbs', line 255
def manifest_name: () -> ::String
|
#mss_package ⇒ Types::MssPackage
256 |
# File 'sig/client.rbs', line 256
def mss_package: () -> Types::MssPackage
|
#origination ⇒ "ALLOW", "DENY"
257 |
# File 'sig/client.rbs', line 257
def origination: () -> ("ALLOW" | "DENY")
|
#startover_window_seconds ⇒ ::Integer
258 |
# File 'sig/client.rbs', line 258
def startover_window_seconds: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
259 |
# File 'sig/client.rbs', line 259
def tags: () -> ::Hash[::String, ::String]
|
#time_delay_seconds ⇒ ::Integer
260 |
# File 'sig/client.rbs', line 260
def time_delay_seconds: () -> ::Integer
|
#url ⇒ ::String
261 |
# File 'sig/client.rbs', line 261
def url: () -> ::String
|
#whitelist ⇒ ::Array[::String]
262 |
# File 'sig/client.rbs', line 262
def whitelist: () -> ::Array[::String]
|