Class: Aws::Types::CdnConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CdnConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_segment_url_prefix ⇒ ::String
Returns the value of attribute ad_segment_url_prefix.
-
#content_segment_url_prefix ⇒ ::String
Returns the value of attribute content_segment_url_prefix.
Instance Attribute Details
#ad_segment_url_prefix ⇒ ::String
Returns the value of attribute ad_segment_url_prefix.
134 135 136 |
# File 'sig/types.rbs', line 134 def ad_segment_url_prefix @ad_segment_url_prefix end |
#content_segment_url_prefix ⇒ ::String
Returns the value of attribute content_segment_url_prefix.
135 136 137 |
# File 'sig/types.rbs', line 135 def content_segment_url_prefix @content_segment_url_prefix end |