Class: Aws::Types::GetOriginEndpointPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetOriginEndpointPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cdn_auth_configuration ⇒ Types::CdnAuthConfiguration
Returns the value of attribute cdn_auth_configuration.
-
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#cdn_auth_configuration ⇒ Types::CdnAuthConfiguration
Returns the value of attribute cdn_auth_configuration.
551 552 553 |
# File 'sig/types.rbs', line 551 def cdn_auth_configuration @cdn_auth_configuration end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
547 548 549 |
# File 'sig/types.rbs', line 547 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
548 549 550 |
# File 'sig/types.rbs', line 548 def channel_name @channel_name end |
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
549 550 551 |
# File 'sig/types.rbs', line 549 def origin_endpoint_name @origin_endpoint_name end |
#policy ⇒ ::String
Returns the value of attribute policy.
550 551 552 |
# File 'sig/types.rbs', line 550 def policy @policy end |