Class: Aws::IoT::Types::DeleteCertificateProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteCertificateProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_provider_name ⇒ String
The name of the certificate provider.
Instance Attribute Details
#certificate_provider_name ⇒ String
The name of the certificate provider.
4786 4787 4788 4789 4790 |
# File 'lib/aws-sdk-iot/types.rb', line 4786 class DeleteCertificateProviderRequest < Struct.new( :certificate_provider_name) SENSITIVE = [] include Aws::Structure end |