Class: Aws::Types::CreateDistributionResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateDistributionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribution ⇒ Types::Distribution
Returns the value of attribute distribution.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#distribution ⇒ Types::Distribution
Returns the value of attribute distribution.
568 569 570 |
# File 'sig/types.rbs', line 568 def distribution @distribution end |
#etag ⇒ ::String
Returns the value of attribute etag.
570 571 572 |
# File 'sig/types.rbs', line 570 def etag @etag end |
#location ⇒ ::String
Returns the value of attribute location.
569 570 571 |
# File 'sig/types.rbs', line 569 def location @location end |