Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

use Moose;
has DeploymentConfigId => (is => 'ro', isa => 'Str', traits => ['Unwrapped'], xmlname => 'deploymentConfigId' );
### main pod documentation begin ###
=head1 NAME
Paws::CodeDeploy::CreateDeploymentConfigOutput
=head1 ATTRIBUTES
=head2 DeploymentConfigId => Str
A unique deployment configuration ID.
=cut
1;