Class: Aws::IoT::Types::DescribeCertificateProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeCertificateProviderResponse
- Defined in:
- gems/aws-sdk-iot/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
.
5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5760 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.
5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5760 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.
5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5760 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.
5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5760 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.
5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5760 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.
5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5760 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 |