Class: Aws::IoT::Types::CertificateProviderSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::CertificateProviderSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The certificate provider summary.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #certificate_provider_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the certificate provider.
 - 
  
    
      #certificate_provider_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the certificate provider.
 
Instance Attribute Details
#certificate_provider_arn ⇒ String
The ARN of the certificate provider.
      1915 1916 1917 1918 1919 1920  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1915 class CertificateProviderSummary < Struct.new( :certificate_provider_name, :certificate_provider_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#certificate_provider_name ⇒ String
The name of the certificate provider.
      1915 1916 1917 1918 1919 1920  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1915 class CertificateProviderSummary < Struct.new( :certificate_provider_name, :certificate_provider_arn) SENSITIVE = [] include Aws::Structure end  |