Class: Aws::IoT::Types::ServerCertificateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ServerCertificateSummary
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
An object that contains information about a server certificate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_certificate_arn ⇒ String
The ARN of the server certificate.
-
#server_certificate_status ⇒ String
The status of the server certificate.
-
#server_certificate_status_detail ⇒ String
Details that explain the status of the server certificate.
Instance Attribute Details
#server_certificate_arn ⇒ String
The ARN of the server certificate.
14122 14123 14124 14125 14126 14127 14128 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14122 class ServerCertificateSummary < Struct.new( :server_certificate_arn, :server_certificate_status, :server_certificate_status_detail) SENSITIVE = [] include Aws::Structure end |
#server_certificate_status ⇒ String
The status of the server certificate.
14122 14123 14124 14125 14126 14127 14128 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14122 class ServerCertificateSummary < Struct.new( :server_certificate_arn, :server_certificate_status, :server_certificate_status_detail) SENSITIVE = [] include Aws::Structure end |
#server_certificate_status_detail ⇒ String
Details that explain the status of the server certificate.
14122 14123 14124 14125 14126 14127 14128 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14122 class ServerCertificateSummary < Struct.new( :server_certificate_arn, :server_certificate_status, :server_certificate_status_detail) SENSITIVE = [] include Aws::Structure end |