Class: Aws::CloudFront::Types::CaCertificatesBundleS3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CaCertificatesBundleS3Location
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The CA certificates bundle location in Amazon S3.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The S3 bucket.
-
#key ⇒ String
The location's key.
-
#region ⇒ String
The location's Region.
-
#version ⇒ String
The location's version.
Instance Attribute Details
#bucket ⇒ String
The S3 bucket.
540 541 542 543 544 545 546 547 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 540 class CaCertificatesBundleS3Location < Struct.new( :bucket, :key, :region, :version) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The location's key.
540 541 542 543 544 545 546 547 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 540 class CaCertificatesBundleS3Location < Struct.new( :bucket, :key, :region, :version) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The location's Region.
540 541 542 543 544 545 546 547 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 540 class CaCertificatesBundleS3Location < Struct.new( :bucket, :key, :region, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The location's version.
540 541 542 543 544 545 546 547 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 540 class CaCertificatesBundleS3Location < Struct.new( :bucket, :key, :region, :version) SENSITIVE = [] include Aws::Structure end |