You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFront::Types::Invalidation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::Invalidation
- Defined in:
- (unknown)
Overview
An invalidation.
Returned by:
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The date and time the invalidation request was first made.
-
#id ⇒ String
The identifier for the invalidation request.
-
#invalidation_batch ⇒ Types::InvalidationBatch
The current invalidation information for the batch request.
-
#status ⇒ String
The status of the invalidation request.
Instance Attribute Details
#create_time ⇒ Time
The date and time the invalidation request was first made.
#id ⇒ String
The identifier for the invalidation request. For example:
IDFDVBD632BHDS5
.
#invalidation_batch ⇒ Types::InvalidationBatch
The current invalidation information for the batch request.
#status ⇒ String
The status of the invalidation request. When the invalidation batch is
finished, the status is Completed
.