Class: Aws::IoT::Types::DescribeCertificateProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeCertificateProviderRequest
- 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.
5252 5253 5254 5255 5256 |
# File 'lib/aws-sdk-iot/types.rb', line 5252 class DescribeCertificateProviderRequest < Struct.new( :certificate_provider_name) SENSITIVE = [] include Aws::Structure end |