Class: Aws::CloudFront::Types::TrustStore

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

Overview

A trust store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


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

#idString

The trust store’s ID.

Returns:

  • (String)


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_timeTime

The trust store’s last modified time.

Returns:

  • (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

#nameString

The trust store’s name.

Returns:

  • (String)


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_certificatesInteger

The trust store’s number of CA certificates.

Returns:

  • (Integer)


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

#reasonString

The trust store’s reason.

Returns:

  • (String)


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

#statusString

The trust store’s status.

Returns:

  • (String)


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