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
425 |
# File 'sig/client.rbs', line 425
def cdn_auth_configuration: () -> Types::CdnAuthConfiguration
|
#channel_group_name ⇒ ::String
421 |
# File 'sig/client.rbs', line 421
def channel_group_name: () -> ::String
|
#channel_name ⇒ ::String
422 |
# File 'sig/client.rbs', line 422
def channel_name: () -> ::String
|
#origin_endpoint_name ⇒ ::String
423 |
# File 'sig/client.rbs', line 423
def origin_endpoint_name: () -> ::String
|
#policy ⇒ ::String
424 |
# File 'sig/client.rbs', line 424
def policy: () -> ::String
|