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).
15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15719 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.
15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15719 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.
15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15719 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.
15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15719 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.
15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15719 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.
15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15719 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.
15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15719 class TrustStore < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason) SENSITIVE = [] include Aws::Structure end |