Class: Aws::CloudFront::Types::CaCertificatesBundleS3Location

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucketString

The S3 bucket.

Returns:

  • (String)


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

#keyString

The location's key.

Returns:

  • (String)


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

#regionString

The location's Region.

Returns:

  • (String)


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

#versionString

The location's version.

Returns:

  • (String)


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