Class: Aws::IoT::Types::ServerCertificateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ServerCertificateSummary
- Includes:
- Structure
- Defined in:
- 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.
15056 15057 15058 15059 15060 15061 15062 |
# File 'lib/aws-sdk-iot/types.rb', line 15056 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.
15056 15057 15058 15059 15060 15061 15062 |
# File 'lib/aws-sdk-iot/types.rb', line 15056 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.
15056 15057 15058 15059 15060 15061 15062 |
# File 'lib/aws-sdk-iot/types.rb', line 15056 class ServerCertificateSummary < Struct.new( :server_certificate_arn, :server_certificate_status, :server_certificate_status_detail) SENSITIVE = [] include Aws::Structure end |