- Navigation Guide
@aws-sdk/client-cloudfront
GetCachePolicyCommandOutput Interface
The output of GetCachePolicyCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
CachePolicy | CachePolicy | undefined | The cache policy. |
ETag | string | undefined | The current version of the cache policy. |
Full Signature
export interface GetCachePolicyCommandOutput extends GetCachePolicyResult, MetadataBearer