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` # Generated by default/object.tt package Paws::AutoScalingPlans::ScalingPlanResource; use Moose; has ResourceId => (is => 'ro', isa => 'Str', required => 1); has ScalableDimension => (is => 'ro', isa => 'Str', required => 1); has ScalingPlanName => (is => 'ro', isa => 'Str', required => 1); has ScalingPlanVersion => (is => 'ro', isa => 'Int', required => 1); has ScalingPolicies => (is => 'ro', isa => 'ArrayRef[Paws::AutoScalingPlans::ScalingPolicy]'); has ScalingStatusCode => (is => 'ro', isa => 'Str', required => 1); has ScalingStatusMessage => (is => 'ro', isa => 'Str'); has ServiceNamespace => (is => 'ro', isa => 'Str', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::AutoScalingPlans::ScalingPlanResource =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::AutoScalingPlans::ScalingPlanResource object: $service_obj->Method(Att1 => { ResourceId => $value, ..., ServiceNamespace => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::AutoScalingPlans::ScalingPlanResource object: $result = $service_obj->Method(...); $result->Att1->ResourceId =head1 DESCRIPTION Represents a scalable resource. =head1 ATTRIBUTES =head2 B ResourceId => Str The ID of the resource. This string consists of the resource type and unique identifier. =over =item * Auto Scaling group - The resource type is C and the unique identifier is the name of the Auto Scaling group. Example: C. =item * ECS service - The resource type is C and the unique identifier is the cluster name and service name. Example: C. =item * Spot Fleet request - The resource type is C and the unique identifier is the Spot Fleet request ID. Example: C. =item * DynamoDB table - The resource type is C and the unique identifier is the resource ID. Example: C
. =item * DynamoDB global secondary index - The resource type is C and the unique identifier is the resource ID. Example: C
. =item * Aurora DB cluster - The resource type is C and the unique identifier is the cluster name. Example: C. =back =head2 B ScalableDimension => Str The scalable dimension for the resource. =over =item * C - The desired capacity of an Auto Scaling group. =item * C - The desired task count of an ECS service. =item * C - The target capacity of a Spot Fleet request. =item * C - The provisioned read capacity for a DynamoDB table. =item * C - The provisioned write capacity for a DynamoDB table. =item * C - The provisioned read capacity for a DynamoDB global secondary index. =item * C - The provisioned write capacity for a DynamoDB global secondary index. =item * C - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition. =back =head2 B ScalingPlanName => Str The name of the scaling plan. =head2 B ScalingPlanVersion => Int The version number of the scaling plan. =head2 ScalingPolicies => ArrayRef[L] The scaling policies. =head2 B ScalingStatusCode => Str The scaling status of the resource. =over =item * C - The scaling configuration is active. =item * C - The scaling configuration is not active because the scaling plan is being created or the scaling configuration could not be applied. Check the status message for more information. =item * C - The scaling configuration is partially active because the scaling plan is being created or deleted or the scaling configuration could not be fully applied. Check the status message for more information. =back =head2 ScalingStatusMessage => Str A simple message about the current scaling status of the resource. =head2 B ServiceNamespace => Str The namespace of the AWS service. =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