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.
7980 7981 7982 7983 7984 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7980 class ListInvalidationsResult < Struct.new( :invalidation_list) SENSITIVE = [] include Aws::Structure end |