Class: Aws::IoT::Types::DescribeCertificateProviderResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_default_for_operationsArray<String>

A list of the operations that the certificate provider will use to generate certificates. Valid value: ‘CreateCertificateFromCsr`.

Returns:

  • (Array<String>)


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_arnString

The ARN of the certificate provider.

Returns:

  • (String)


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_nameString

The name of the certificate provider.

Returns:

  • (String)


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_dateTime

The date-time string that indicates when the certificate provider was created.

Returns:

  • (Time)


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_arnString

The Lambda function ARN that’s associated with the certificate provider.

Returns:

  • (String)


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_dateTime

The date-time string that indicates when the certificate provider was last updated.

Returns:

  • (Time)


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