Class: Aws::IoT::Types::RegisterCACertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::RegisterCACertificateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output from the RegisterCACertificateResponse operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The CA certificate ARN.
-
#certificate_id ⇒ String
The CA certificate identifier.
Instance Attribute Details
#certificate_arn ⇒ String
The CA certificate ARN.
13066 13067 13068 13069 13070 13071 |
# File 'lib/aws-sdk-iot/types.rb', line 13066 class RegisterCACertificateResponse < Struct.new( :certificate_arn, :certificate_id) SENSITIVE = [] include Aws::Structure end |
#certificate_id ⇒ String
The CA certificate identifier.
13066 13067 13068 13069 13070 13071 |
# File 'lib/aws-sdk-iot/types.rb', line 13066 class RegisterCACertificateResponse < Struct.new( :certificate_arn, :certificate_id) SENSITIVE = [] include Aws::Structure end |