Class: Aws::Types::GetDistributionConfigResult
- Inherits:
-
Object
- Object
- Aws::Types::GetDistributionConfigResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribution_config ⇒ Types::DistributionConfig
Returns the value of attribute distribution_config.
-
#etag ⇒ ::String
Returns the value of attribute etag.
Instance Attribute Details
#distribution_config ⇒ Types::DistributionConfig
Returns the value of attribute distribution_config.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def distribution_config @distribution_config end |
#etag ⇒ ::String
Returns the value of attribute etag.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def etag @etag end |