You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFront::Types::GetInvalidationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetInvalidationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  distribution_id: "string", # required
  id: "string", # required
}

The request to get an invalidation's information.

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_idString

The distribution\'s ID.

Returns:

  • (String)

    The distribution\'s ID.

#idString

The identifier for the invalidation request, for example, IDFDVBD632BHDS5.

Returns:

  • (String)

    The identifier for the invalidation request, for example, IDFDVBD632BHDS5.