Class: Aws::CloudFront::Types::GetInvalidationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The returned result of the corresponding request.

Instance Attribute Summary collapse

Instance Attribute Details

#invalidationTypes::Invalidation

The invalidation’s information. For more information, see [Invalidation Complex Type].

[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/InvalidationDatatype.html

Returns:



4425
4426
4427
4428
# File 'lib/aws-sdk-cloudfront/types.rb', line 4425

class GetInvalidationResult < Struct.new(
  :invalidation)
  include Aws::Structure
end