Class: Aws::Types::GetDistributionResult
- Inherits:
-
Object
- Object
- Aws::Types::GetDistributionResult
- 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.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def distribution @distribution end |
#etag ⇒ ::String
Returns the value of attribute etag.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def etag @etag end |