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

Class: Aws::CloudFront::Types::GetDistributionRequest

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

Overview

Note:

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

{
  id: "string", # required
}

The request to get a distribution's information.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The distribution\'s ID. If the ID is empty, an empty distribution configuration is returned.

Returns:

  • (String)

    The distribution\'s ID.