Class: Aws::CloudFront::Types::TrustStoreSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

A trust store summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The trust store’s Amazon Resource Name (ARN).

Returns:

  • (String)


15747
15748
15749
15750
15751
15752
15753
15754
15755
15756
15757
15758
# File 'lib/aws-sdk-cloudfront/types.rb', line 15747

class TrustStoreSummary < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :number_of_ca_certificates,
  :last_modified_time,
  :reason,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#etagString

The version identifier for the current version of the trust store.

Returns:

  • (String)


15747
15748
15749
15750
15751
15752
15753
15754
15755
15756
15757
15758
# File 'lib/aws-sdk-cloudfront/types.rb', line 15747

class TrustStoreSummary < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :number_of_ca_certificates,
  :last_modified_time,
  :reason,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The trust store’s ID.

Returns:

  • (String)


15747
15748
15749
15750
15751
15752
15753
15754
15755
15756
15757
15758
# File 'lib/aws-sdk-cloudfront/types.rb', line 15747

class TrustStoreSummary < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :number_of_ca_certificates,
  :last_modified_time,
  :reason,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The trust store’s last modified time.

Returns:

  • (Time)


15747
15748
15749
15750
15751
15752
15753
15754
15755
15756
15757
15758
# File 'lib/aws-sdk-cloudfront/types.rb', line 15747

class TrustStoreSummary < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :number_of_ca_certificates,
  :last_modified_time,
  :reason,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The trust store’s name.

Returns:

  • (String)


15747
15748
15749
15750
15751
15752
15753
15754
15755
15756
15757
15758
# File 'lib/aws-sdk-cloudfront/types.rb', line 15747

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_certificatesInteger

The trust store’s number of CA certificates.

Returns:

  • (Integer)


15747
15748
15749
15750
15751
15752
15753
15754
15755
15756
15757
15758
# File 'lib/aws-sdk-cloudfront/types.rb', line 15747

class TrustStoreSummary < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :number_of_ca_certificates,
  :last_modified_time,
  :reason,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The trust store’s reason.

Returns:

  • (String)


15747
15748
15749
15750
15751
15752
15753
15754
15755
15756
15757
15758
# File 'lib/aws-sdk-cloudfront/types.rb', line 15747

class TrustStoreSummary < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :number_of_ca_certificates,
  :last_modified_time,
  :reason,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The trust store’s status.

Returns:

  • (String)


15747
15748
15749
15750
15751
15752
15753
15754
15755
15756
15757
15758
# File 'lib/aws-sdk-cloudfront/types.rb', line 15747

class TrustStoreSummary < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :number_of_ca_certificates,
  :last_modified_time,
  :reason,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end