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.
      13711 13712 13713 13714 13715 13716 13717  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13711 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.
      13711 13712 13713 13714 13715 13716 13717  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13711 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.
      13711 13712 13713 13714 13715 13716 13717  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13711 class ServerCertificateSummary < Struct.new( :server_certificate_arn, :server_certificate_status, :server_certificate_status_detail) SENSITIVE = [] include Aws::Structure end  |