Class: Aws::Types::CopyDistributionResult
- Inherits:
-
Object
- Object
- Aws::Types::CopyDistributionResult
- 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.
475 476 477 |
# File 'sig/types.rbs', line 475 def distribution @distribution end |
#etag ⇒ ::String
Returns the value of attribute etag.
477 478 479 |
# File 'sig/types.rbs', line 477 def etag @etag end |
#location ⇒ ::String
Returns the value of attribute location.
476 477 478 |
# File 'sig/types.rbs', line 476 def location @location end |