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

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

Overview

Note:

When making an API call, you may pass GetDistributionRequest data as a hash:

{
  id: "string", # required
}

The request to get a distribution’s information.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The distribution’s ID.

Returns:

  • (String)


4218
4219
4220
4221
# File 'lib/aws-sdk-cloudfront/types.rb', line 4218

class GetDistributionRequest < Struct.new(
  :id)
  include Aws::Structure
end