Module: Aws::MediaPackage::Client::_CreateOriginEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateOriginEndpointResponse]
- 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
151 |
# File 'sig/client.rbs', line 151
def arn: () -> ::String
|
#authorization ⇒ Types::Authorization
152 |
# File 'sig/client.rbs', line 152
def authorization: () -> Types::Authorization
|
#channel_id ⇒ ::String
153 |
# File 'sig/client.rbs', line 153
def channel_id: () -> ::String
|
#cmaf_package ⇒ Types::CmafPackage
154 |
# File 'sig/client.rbs', line 154
def cmaf_package: () -> Types::CmafPackage
|
#created_at ⇒ ::String
155 |
# File 'sig/client.rbs', line 155
def created_at: () -> ::String
|
#dash_package ⇒ Types::DashPackage
156 |
# File 'sig/client.rbs', line 156
def dash_package: () -> Types::DashPackage
|
#description ⇒ ::String
157 |
# File 'sig/client.rbs', line 157
def description: () -> ::String
|
#hls_package ⇒ Types::HlsPackage
158 |
# File 'sig/client.rbs', line 158
def hls_package: () -> Types::HlsPackage
|
#id ⇒ ::String
159 |
# File 'sig/client.rbs', line 159
def id: () -> ::String
|
#manifest_name ⇒ ::String
160 |
# File 'sig/client.rbs', line 160
def manifest_name: () -> ::String
|
#mss_package ⇒ Types::MssPackage
161 |
# File 'sig/client.rbs', line 161
def mss_package: () -> Types::MssPackage
|
#origination ⇒ "ALLOW", "DENY"
162 |
# File 'sig/client.rbs', line 162
def origination: () -> ("ALLOW" | "DENY")
|
#startover_window_seconds ⇒ ::Integer
163 |
# File 'sig/client.rbs', line 163
def startover_window_seconds: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
164 |
# File 'sig/client.rbs', line 164
def tags: () -> ::Hash[::String, ::String]
|
#time_delay_seconds ⇒ ::Integer
165 |
# File 'sig/client.rbs', line 165
def time_delay_seconds: () -> ::Integer
|
#url ⇒ ::String
166 |
# File 'sig/client.rbs', line 166
def url: () -> ::String
|
#whitelist ⇒ ::Array[::String]
167 |
# File 'sig/client.rbs', line 167
def whitelist: () -> ::Array[::String]
|