Module: Aws::MediaPackageV2::Client::_GetOriginEndpointPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetOriginEndpointPolicyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cdn_auth_configuration ⇒ Types::CdnAuthConfiguration
- #channel_group_name ⇒ ::String
- #channel_name ⇒ ::String
- #origin_endpoint_name ⇒ ::String
- #policy ⇒ ::String
Instance Method Details
#cdn_auth_configuration ⇒ Types::CdnAuthConfiguration
422 |
# File 'sig/client.rbs', line 422
def cdn_auth_configuration: () -> Types::CdnAuthConfiguration
|
#channel_group_name ⇒ ::String
418 |
# File 'sig/client.rbs', line 418
def channel_group_name: () -> ::String
|
#channel_name ⇒ ::String
419 |
# File 'sig/client.rbs', line 419
def channel_name: () -> ::String
|
#origin_endpoint_name ⇒ ::String
420 |
# File 'sig/client.rbs', line 420
def origin_endpoint_name: () -> ::String
|
#policy ⇒ ::String
421 |
# File 'sig/client.rbs', line 421
def policy: () -> ::String
|