Class: Aws::IoT::Types::CreateCertificateProviderResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_provider_arnString

The ARN of the certificate provider.

Returns:

  • (String)


2928
2929
2930
2931
2932
2933
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2928

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

#certificate_provider_nameString

The name of the certificate provider.

Returns:

  • (String)


2928
2929
2930
2931
2932
2933
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2928

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