Class: Aws::CloudFront::Types::TrustStore
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TrustStore
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
A trust store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The trust store’s Amazon Resource Name (ARN).
-
#id ⇒ String
The trust store’s ID.
-
#last_modified_time ⇒ Time
The trust store’s last modified time.
-
#name ⇒ String
The trust store’s name.
-
#number_of_ca_certificates ⇒ Integer
The trust store’s number of CA certificates.
-
#reason ⇒ String
The trust store’s reason.
-
#status ⇒ String
The trust store’s status.
Instance Attribute Details
#arn ⇒ String
The trust store’s Amazon Resource Name (ARN).
15652 15653 15654 15655 15656 15657 15658 15659 15660 15661 15662 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15652 class TrustStore < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The trust store’s ID.
15652 15653 15654 15655 15656 15657 15658 15659 15660 15661 15662 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15652 class TrustStore < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The trust store’s last modified time.
15652 15653 15654 15655 15656 15657 15658 15659 15660 15661 15662 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15652 class TrustStore < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The trust store’s name.
15652 15653 15654 15655 15656 15657 15658 15659 15660 15661 15662 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15652 class TrustStore < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason) SENSITIVE = [] include Aws::Structure end |
#number_of_ca_certificates ⇒ Integer
The trust store’s number of CA certificates.
15652 15653 15654 15655 15656 15657 15658 15659 15660 15661 15662 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15652 class TrustStore < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The trust store’s reason.
15652 15653 15654 15655 15656 15657 15658 15659 15660 15661 15662 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15652 class TrustStore < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The trust store’s status.
15652 15653 15654 15655 15656 15657 15658 15659 15660 15661 15662 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15652 class TrustStore < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason) SENSITIVE = [] include Aws::Structure end |