package Paws::AutoScaling::LaunchConfigurationsType { use Moose; with 'Paws::API::ResultParser'; has LaunchConfigurations => (is => 'ro', isa => 'ArrayRef[Paws::AutoScaling::LaunchConfiguration]', required => 1); has NextToken => (is => 'ro', isa => 'Str'); } 1; ### main pod documentation begin ### =head1 NAME Paws::AutoScaling::LaunchConfigurationsType =head1 ATTRIBUTES =head2 B LaunchConfigurations => ArrayRef[Paws::AutoScaling::LaunchConfiguration] The launch configurations. =head2 NextToken => Str The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. =cut