Class: Aws::Types::Invalidation
- Inherits:
-
Object
- Object
- Aws::Types::Invalidation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#invalidation_batch ⇒ Types::InvalidationBatch
Returns the value of attribute invalidation_batch.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def id @id end |
#invalidation_batch ⇒ Types::InvalidationBatch
Returns the value of attribute invalidation_batch.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def invalidation_batch @invalidation_batch end |
#status ⇒ ::String
Returns the value of attribute status.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def status @status end |