package Paws::KMS::GenerateRandomResponse; use Moose; has Plaintext => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::KMS::GenerateRandomResponse =head1 ATTRIBUTES =head2 Plaintext => Str The random byte string. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded. =head2 _request_id => Str =cut 1;