Class: Aws::CloudFront::Types::TrustStoreSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TrustStoreSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
A trust store summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The trust store’s Amazon Resource Name (ARN).
-
#etag ⇒ String
The version identifier for the current version of the trust store.
-
#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).
15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15724 class TrustStoreSummary < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The version identifier for the current version of the trust store.
15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15724 class TrustStoreSummary < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason, :etag) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The trust store’s ID.
15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15724 class TrustStoreSummary < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason, :etag) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The trust store’s last modified time.
15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15724 class TrustStoreSummary < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason, :etag) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The trust store’s name.
15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15724 class TrustStoreSummary < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason, :etag) SENSITIVE = [] include Aws::Structure end |
#number_of_ca_certificates ⇒ Integer
The trust store’s number of CA certificates.
15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15724 class TrustStoreSummary < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason, :etag) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The trust store’s reason.
15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15724 class TrustStoreSummary < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason, :etag) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The trust store’s status.
15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15724 class TrustStoreSummary < Struct.new( :id, :arn, :name, :status, :number_of_ca_certificates, :last_modified_time, :reason, :etag) SENSITIVE = [] include Aws::Structure end |