Class: Aws::IoT::Types::DescribeCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeCertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input for the DescribeCertificate operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_id ⇒ String
The ID of the certificate.
Instance Attribute Details
#certificate_id ⇒ String
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
5416 5417 5418 5419 5420 |
# File 'lib/aws-sdk-iot/types.rb', line 5416 class DescribeCertificateRequest < Struct.new( :certificate_id) SENSITIVE = [] include Aws::Structure end |