package Paws::SSM::CreateActivationResult; use Moose; has ActivationCode => (is => 'ro', isa => 'Str'); has ActivationId => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SSM::CreateActivationResult =head1 ATTRIBUTES =head2 ActivationCode => Str The code the system generates when it processes the activation. The activation code functions like a password to validate the activation ID. =head2 ActivationId => Str The ID number generated by the system when it processed the activation. The activation ID functions like a user name. =head2 _request_id => Str =cut 1;