Class: Aws::IoT::Types::CACertificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CACertificate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
A CA certificate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The ARN of the CA certificate.
-
#certificate_id ⇒ String
The ID of the CA certificate.
-
#creation_date ⇒ Time
The date the CA certificate was created.
-
#status ⇒ String
The status of the CA certificate.
Instance Attribute Details
#certificate_arn ⇒ String
The ARN of the CA certificate.
1583 1584 1585 1586 1587 1588 1589 1590 |
# File 'lib/aws-sdk-iot/types.rb', line 1583 class CACertificate < Struct.new( :certificate_arn, :certificate_id, :status, :creation_date) SENSITIVE = [] include Aws::Structure end |
#certificate_id ⇒ String
The ID of the CA certificate.
1583 1584 1585 1586 1587 1588 1589 1590 |
# File 'lib/aws-sdk-iot/types.rb', line 1583 class CACertificate < Struct.new( :certificate_arn, :certificate_id, :status, :creation_date) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date the CA certificate was created.
1583 1584 1585 1586 1587 1588 1589 1590 |
# File 'lib/aws-sdk-iot/types.rb', line 1583 class CACertificate < Struct.new( :certificate_arn, :certificate_id, :status, :creation_date) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
1583 1584 1585 1586 1587 1588 1589 1590 |
# File 'lib/aws-sdk-iot/types.rb', line 1583 class CACertificate < Struct.new( :certificate_arn, :certificate_id, :status, :creation_date) SENSITIVE = [] include Aws::Structure end |