Class: Aws::IoT::Types::Certificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::Certificate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Information about a certificate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The ARN of the certificate.
-
#certificate_id ⇒ String
The ID of the certificate.
-
#certificate_mode ⇒ String
The mode of the certificate.
-
#creation_date ⇒ Time
The date and time the certificate was created.
-
#status ⇒ String
The status of the certificate.
Instance Attribute Details
#certificate_arn ⇒ String
The ARN of the certificate.
2314 2315 2316 2317 2318 2319 2320 2321 2322 |
# File 'lib/aws-sdk-iot/types.rb', line 2314 class Certificate < Struct.new( :certificate_arn, :certificate_id, :status, :certificate_mode, :creation_date) SENSITIVE = [] include Aws::Structure end |
#certificate_id ⇒ String
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
2314 2315 2316 2317 2318 2319 2320 2321 2322 |
# File 'lib/aws-sdk-iot/types.rb', line 2314 class Certificate < Struct.new( :certificate_arn, :certificate_id, :status, :certificate_mode, :creation_date) SENSITIVE = [] include Aws::Structure end |
#certificate_mode ⇒ String
The mode of the certificate.
2314 2315 2316 2317 2318 2319 2320 2321 2322 |
# File 'lib/aws-sdk-iot/types.rb', line 2314 class Certificate < Struct.new( :certificate_arn, :certificate_id, :status, :certificate_mode, :creation_date) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date and time the certificate was created.
2314 2315 2316 2317 2318 2319 2320 2321 2322 |
# File 'lib/aws-sdk-iot/types.rb', line 2314 class Certificate < Struct.new( :certificate_arn, :certificate_id, :status, :certificate_mode, :creation_date) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
2314 2315 2316 2317 2318 2319 2320 2321 2322 |
# File 'lib/aws-sdk-iot/types.rb', line 2314 class Certificate < Struct.new( :certificate_arn, :certificate_id, :status, :certificate_mode, :creation_date) SENSITIVE = [] include Aws::Structure end |