Class: Aws::Types::PutOriginEndpointPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutOriginEndpointPolicyRequest
- 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.
779 780 781 |
# File 'sig/types.rbs', line 779 def cdn_auth_configuration @cdn_auth_configuration end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
775 776 777 |
# File 'sig/types.rbs', line 775 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
776 777 778 |
# File 'sig/types.rbs', line 776 def channel_name @channel_name end |
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
777 778 779 |
# File 'sig/types.rbs', line 777 def origin_endpoint_name @origin_endpoint_name end |
#policy ⇒ ::String
Returns the value of attribute policy.
778 779 780 |
# File 'sig/types.rbs', line 778 def policy @policy end |