Class: Aws::CloudFront::Types::DistributionIdOwner
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DistributionIdOwner
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
A structure that pairs a CloudFront distribution ID with its owning Amazon Web Services account ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distribution_id ⇒ String
The ID of the distribution.
-
#owner_account_id ⇒ String
The ID of the Amazon Web Services account that owns the distribution.
Instance Attribute Details
#distribution_id ⇒ String
The ID of the distribution.
5009 5010 5011 5012 5013 5014 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5009 class DistributionIdOwner < Struct.new( :distribution_id, :owner_account_id) SENSITIVE = [] include Aws::Structure end |
#owner_account_id ⇒ String
The ID of the Amazon Web Services account that owns the distribution.
5009 5010 5011 5012 5013 5014 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5009 class DistributionIdOwner < Struct.new( :distribution_id, :owner_account_id) SENSITIVE = [] include Aws::Structure end |