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`.
5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 |
# File 'lib/aws-sdk-iot/types.rb', line 5398 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.
5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 |
# File 'lib/aws-sdk-iot/types.rb', line 5398 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.
5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 |
# File 'lib/aws-sdk-iot/types.rb', line 5398 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.
5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 |
# File 'lib/aws-sdk-iot/types.rb', line 5398 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.
5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 |
# File 'lib/aws-sdk-iot/types.rb', line 5398 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.
5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 |
# File 'lib/aws-sdk-iot/types.rb', line 5398 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 |