Class: Aws::IoT::Types::GetRegistrationCodeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The output from the GetRegistrationCode operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registration_codeString

The CA certificate registration code.

Returns:

  • (String)


8056
8057
8058
8059
8060
# File 'lib/aws-sdk-iot/types.rb', line 8056

class GetRegistrationCodeResponse < Struct.new(
  :registration_code)
  SENSITIVE = []
  include Aws::Structure
end