Class: Aws::SSM::Types::CreateActivationResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#activation_codeString

The code the system generates when it processes the activation. The activation code functions like a password to validate the activation ID.

Returns:

  • (String)


2234
2235
2236
2237
2238
# File 'lib/aws-sdk-ssm/types.rb', line 2234

class CreateActivationResult < Struct.new(
  :activation_id,
  :activation_code)
  include Aws::Structure
end

#activation_idString

The ID number generated by the system when it processed the activation. The activation ID functions like a user name.

Returns:

  • (String)


2234
2235
2236
2237
2238
# File 'lib/aws-sdk-ssm/types.rb', line 2234

class CreateActivationResult < Struct.new(
  :activation_id,
  :activation_code)
  include Aws::Structure
end