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::Route53::TrafficPolicyInstance; use Moose; has HostedZoneId => (is => 'ro', isa => 'Str', required => 1); has Id => (is => 'ro', isa => 'Str', required => 1); has Message => (is => 'ro', isa => 'Str', required => 1); has Name => (is => 'ro', isa => 'Str', required => 1); has State => (is => 'ro', isa => 'Str', required => 1); has TrafficPolicyId => (is => 'ro', isa => 'Str', required => 1); has TrafficPolicyType => (is => 'ro', isa => 'Str', required => 1); has TrafficPolicyVersion => (is => 'ro', isa => 'Int', required => 1); has TTL => (is => 'ro', isa => 'Int', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::Route53::TrafficPolicyInstance =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::Route53::TrafficPolicyInstance object: $service_obj->Method(Att1 => { HostedZoneId => $value, ..., TTL => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Route53::TrafficPolicyInstance object: $result = $service_obj->Method(...); $result->Att1->HostedZoneId =head1 DESCRIPTION A complex type that contains settings for the new traffic policy instance. =head1 ATTRIBUTES =head2 B HostedZoneId => Str The ID of the hosted zone that Amazon Route 53 created resource record sets in. =head2 B Id => Str The ID that Amazon Route 53 assigned to the new traffic policy instance. =head2 B Message => Str If C is C, an explanation of the reason for the failure. If C is another value, C is empty. =head2 B Name => Str The DNS name, such as www.example.com, for which Amazon Route 53 responds to queries by using the resource record sets that are associated with this traffic policy instance. =head2 B State => Str The value of C is one of the following values: =over =item Applied Amazon Route 53 has finished creating resource record sets, and changes have propagated to all Route 53 edge locations. =item Creating Route 53 is creating the resource record sets. Use C to confirm that the C request completed successfully. =item Failed Route 53 wasn't able to create or update the resource record sets. When the value of C is C, see C for an explanation of what caused the request to fail. =back =head2 B TrafficPolicyId => Str The ID of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone. =head2 B TrafficPolicyType => Str The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic policy instance. =head2 B TrafficPolicyVersion => Int The version of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone. =head2 B TTL => Int The TTL that Amazon Route 53 assigned to all of the resource record sets that it created in the specified hosted zone. =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