Class: Aws::IoT::Types::GetRegistrationCodeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetRegistrationCodeResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The output from the GetRegistrationCode operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registration_code ⇒ String
The CA certificate registration code.
Instance Attribute Details
#registration_code ⇒ String
The CA certificate registration code.
8643 8644 8645 8646 8647 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8643 class GetRegistrationCodeResponse < Struct.new( :registration_code) SENSITIVE = [] include Aws::Structure end |