Class: Aws::Types::UpdateDistributionResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDistributionResult
- 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.
Instance Attribute Details
#distribution ⇒ Types::Distribution
Returns the value of attribute distribution.
3967 3968 3969 |
# File 'sig/types.rbs', line 3967 def distribution @distribution end |
#etag ⇒ ::String
Returns the value of attribute etag.
3968 3969 3970 |
# File 'sig/types.rbs', line 3968 def etag @etag end |