Class: Aws::Types::ResetDistributionCacheResult
- Inherits:
-
Object
- Object
- Aws::Types::ResetDistributionCacheResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#operation ⇒ Types::Operation
Returns the value of attribute operation.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2797 2798 2799 |
# File 'sig/types.rbs', line 2797 def create_time @create_time end |
#operation ⇒ Types::Operation
Returns the value of attribute operation.
2798 2799 2800 |
# File 'sig/types.rbs', line 2798 def operation @operation end |
#status ⇒ ::String
Returns the value of attribute status.
2796 2797 2798 |
# File 'sig/types.rbs', line 2796 def status @status end |