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::LightsailDistribution
Returns the value of attribute distribution.
-
#operation ⇒ Types::Operation
Returns the value of attribute operation.
Instance Attribute Details
#distribution ⇒ Types::LightsailDistribution
Returns the value of attribute distribution.
688 689 690 |
# File 'sig/types.rbs', line 688 def distribution @distribution end |
#operation ⇒ Types::Operation
Returns the value of attribute operation.
689 690 691 |
# File 'sig/types.rbs', line 689 def operation @operation end |