Class: Aws::CloudFront::Types::ListInvalidationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListInvalidationsResult
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The returned result of the corresponding request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invalidation_list ⇒ Types::InvalidationList
Information about invalidation batches.
Instance Attribute Details
#invalidation_list ⇒ Types::InvalidationList
Information about invalidation batches.
10442 10443 10444 10445 10446 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10442 class ListInvalidationsResult < Struct.new( :invalidation_list) SENSITIVE = [] include Aws::Structure end |