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:



3412
3413
3414
3415
# File 'lib/aws-sdk-cloudfront/types.rb', line 3412

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