1package Paws::RedShift::PendingModifiedValues {
2  use Moose;
3  has AutomatedSnapshotRetentionPeriod => (is => 'ro', isa => 'Int');
4  has ClusterIdentifier => (is => 'ro', isa => 'Str');
5  has ClusterType => (is => 'ro', isa => 'Str');
6  has ClusterVersion => (is => 'ro', isa => 'Str');
7  has MasterUserPassword => (is => 'ro', isa => 'Str');
8  has NodeType => (is => 'ro', isa => 'Str');
9  has NumberOfNodes => (is => 'ro', isa => 'Int');
10}
111;
12