Class: Aws::IoT::Types::CertificateProviderSummary

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

Overview

The certificate provider summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_provider_arnString

The ARN of the certificate provider.

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
# File 'lib/aws-sdk-iot/types.rb', line 1974

class CertificateProviderSummary < Struct.new(
  :certificate_provider_name,
  :certificate_provider_arn)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_provider_nameString

The name of the certificate provider.

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
# File 'lib/aws-sdk-iot/types.rb', line 1974

class CertificateProviderSummary < Struct.new(
  :certificate_provider_name,
  :certificate_provider_arn)
  SENSITIVE = []
  include Aws::Structure
end