Class: Aws::IoT::Types::DescribeCertificateProviderResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeCertificateProviderResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_default_for_operations  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of the operations that the certificate provider will use to generate certificates.
 - 
  
    
      #certificate_provider_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the certificate provider.
 - 
  
    
      #certificate_provider_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the certificate provider.
 - 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date-time string that indicates when the certificate provider was created.
 - 
  
    
      #lambda_function_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Lambda function ARN that’s associated with the certificate provider.
 - 
  
    
      #last_modified_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date-time string that indicates when the certificate provider was last updated.
 
Instance Attribute Details
#account_default_for_operations ⇒ Array<String>
A list of the operations that the certificate provider will use to generate certificates. Valid value: ‘CreateCertificateFromCsr`.
      5214 5215 5216 5217 5218 5219 5220 5221 5222 5223  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5214 class DescribeCertificateProviderResponse < Struct.new( :certificate_provider_name, :certificate_provider_arn, :lambda_function_arn, :account_default_for_operations, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#certificate_provider_arn ⇒ String
The ARN of the certificate provider.
      5214 5215 5216 5217 5218 5219 5220 5221 5222 5223  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5214 class DescribeCertificateProviderResponse < Struct.new( :certificate_provider_name, :certificate_provider_arn, :lambda_function_arn, :account_default_for_operations, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#certificate_provider_name ⇒ String
The name of the certificate provider.
      5214 5215 5216 5217 5218 5219 5220 5221 5222 5223  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5214 class DescribeCertificateProviderResponse < Struct.new( :certificate_provider_name, :certificate_provider_arn, :lambda_function_arn, :account_default_for_operations, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_date ⇒ Time
The date-time string that indicates when the certificate provider was created.
      5214 5215 5216 5217 5218 5219 5220 5221 5222 5223  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5214 class DescribeCertificateProviderResponse < Struct.new( :certificate_provider_name, :certificate_provider_arn, :lambda_function_arn, :account_default_for_operations, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#lambda_function_arn ⇒ String
The Lambda function ARN that’s associated with the certificate provider.
      5214 5215 5216 5217 5218 5219 5220 5221 5222 5223  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5214 class DescribeCertificateProviderResponse < Struct.new( :certificate_provider_name, :certificate_provider_arn, :lambda_function_arn, :account_default_for_operations, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_date ⇒ Time
The date-time string that indicates when the certificate provider was last updated.
      5214 5215 5216 5217 5218 5219 5220 5221 5222 5223  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5214 class DescribeCertificateProviderResponse < Struct.new( :certificate_provider_name, :certificate_provider_arn, :lambda_function_arn, :account_default_for_operations, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  |