PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::EC2::VolumeModification; use Moose; has EndTime => (is => 'ro', isa => 'Str', request_name => 'endTime', traits => ['NameInRequest']); has ModificationState => (is => 'ro', isa => 'Str', request_name => 'modificationState', traits => ['NameInRequest']); has OriginalIops => (is => 'ro', isa => 'Int', request_name => 'originalIops', traits => ['NameInRequest']); has OriginalMultiAttachEnabled => (is => 'ro', isa => 'Bool', request_name => 'originalMultiAttachEnabled', traits => ['NameInRequest']); has OriginalSize => (is => 'ro', isa => 'Int', request_name => 'originalSize', traits => ['NameInRequest']); has OriginalThroughput => (is => 'ro', isa => 'Int', request_name => 'originalThroughput', traits => ['NameInRequest']); has OriginalVolumeType => (is => 'ro', isa => 'Str', request_name => 'originalVolumeType', traits => ['NameInRequest']); has Progress => (is => 'ro', isa => 'Int', request_name => 'progress', traits => ['NameInRequest']); has StartTime => (is => 'ro', isa => 'Str', request_name => 'startTime', traits => ['NameInRequest']); has StatusMessage => (is => 'ro', isa => 'Str', request_name => 'statusMessage', traits => ['NameInRequest']); has TargetIops => (is => 'ro', isa => 'Int', request_name => 'targetIops', traits => ['NameInRequest']); has TargetMultiAttachEnabled => (is => 'ro', isa => 'Bool', request_name => 'targetMultiAttachEnabled', traits => ['NameInRequest']); has TargetSize => (is => 'ro', isa => 'Int', request_name => 'targetSize', traits => ['NameInRequest']); has TargetThroughput => (is => 'ro', isa => 'Int', request_name => 'targetThroughput', traits => ['NameInRequest']); has TargetVolumeType => (is => 'ro', isa => 'Str', request_name => 'targetVolumeType', traits => ['NameInRequest']); has VolumeId => (is => 'ro', isa => 'Str', request_name => 'volumeId', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::EC2::VolumeModification =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::EC2::VolumeModification object: $service_obj->Method(Att1 => { EndTime => $value, ..., VolumeId => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::VolumeModification object: $result = $service_obj->Method(...); $result->Att1->EndTime =head1 DESCRIPTION This class has no description =head1 ATTRIBUTES =head2 EndTime => Str The modification completion or failure time. =head2 ModificationState => Str The current modification state. The modification state is null for unmodified volumes. =head2 OriginalIops => Int The original IOPS rate of the volume. =head2 OriginalMultiAttachEnabled => Bool The original setting for Amazon EBS Multi-Attach. =head2 OriginalSize => Int The original size of the volume, in GiB. =head2 OriginalThroughput => Int The original throughput of the volume, in MiB/s. =head2 OriginalVolumeType => Str The original EBS volume type of the volume. =head2 Progress => Int The modification progress, from 0 to 100 percent complete. =head2 StartTime => Str The modification start time. =head2 StatusMessage => Str A status message about the modification progress or failure. =head2 TargetIops => Int The target IOPS rate of the volume. =head2 TargetMultiAttachEnabled => Bool The target setting for Amazon EBS Multi-Attach. =head2 TargetSize => Int The target size of the volume, in GiB. =head2 TargetThroughput => Int The target throughput of the volume, in MiB/s. =head2 TargetVolumeType => Str The target EBS volume type of the volume. =head2 VolumeId => Str The ID of the volume. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut