Method: Awspec::Type::CloudfrontDistribution#initialize
- Defined in:
- lib/awspec/type/cloudfront_distribution.rb
#initialize(id) ⇒ CloudfrontDistribution
Returns a new instance of CloudfrontDistribution.
3 4 5 6 7 |
# File 'lib/awspec/type/cloudfront_distribution.rb', line 3 def initialize(id) super @resource_via_client = find_cloudfront_distribution(id) @id = @resource_via_client.id if @resource_via_client end |