package Paws::SSM::ListCommandInvocationsResult; use Moose; has CommandInvocations => (is => 'ro', isa => 'ArrayRef[Paws::SSM::CommandInvocation]'); has NextToken => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SSM::ListCommandInvocationsResult =head1 ATTRIBUTES =head2 CommandInvocations => ArrayRef[L] (Optional) A list of all invocations. =head2 NextToken => Str (Optional) The token for the next set of items to return. (You received this token from a previous call.) =head2 _request_id => Str =cut 1;