Class: Aws::IoT::Types::RegisterCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::RegisterCertificateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output from the RegisterCertificate operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The certificate ARN.
-
#certificate_id ⇒ String
The certificate identifier.
Instance Attribute Details
#certificate_arn ⇒ String
The certificate ARN.
13114 13115 13116 13117 13118 13119 |
# File 'lib/aws-sdk-iot/types.rb', line 13114 class RegisterCertificateResponse < Struct.new( :certificate_arn, :certificate_id) SENSITIVE = [] include Aws::Structure end |
#certificate_id ⇒ String
The certificate identifier.
13114 13115 13116 13117 13118 13119 |
# File 'lib/aws-sdk-iot/types.rb', line 13114 class RegisterCertificateResponse < Struct.new( :certificate_arn, :certificate_id) SENSITIVE = [] include Aws::Structure end |