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.
121 122 123 |
# File 'sig/types.rbs', line 121 def ad_segment_url_prefix @ad_segment_url_prefix end |
#content_segment_url_prefix ⇒ ::String
Returns the value of attribute content_segment_url_prefix.
122 123 124 |
# File 'sig/types.rbs', line 122 def content_segment_url_prefix @content_segment_url_prefix end |