Class: Aws::IoT::Types::GetRegistrationCodeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetRegistrationCodeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output from the GetRegistrationCode operation.
Instance Attribute Summary collapse
-
#registration_code ⇒ String
The CA certificate registration code.
Instance Attribute Details
#registration_code ⇒ String
The CA certificate registration code.
5248 5249 5250 5251 |
# File 'lib/aws-sdk-iot/types.rb', line 5248 class GetRegistrationCodeResponse < Struct.new( :registration_code) include Aws::Structure end |