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::Snowball::ClusterMetadata; use Moose; has AddressId => (is => 'ro', isa => 'Str'); has ClusterId => (is => 'ro', isa => 'Str'); has ClusterState => (is => 'ro', isa => 'Str'); has CreationDate => (is => 'ro', isa => 'Str'); has Description => (is => 'ro', isa => 'Str'); has ForwardingAddressId => (is => 'ro', isa => 'Str'); has JobType => (is => 'ro', isa => 'Str'); has KmsKeyARN => (is => 'ro', isa => 'Str'); has Notification => (is => 'ro', isa => 'Paws::Snowball::Notification'); has OnDeviceServiceConfiguration => (is => 'ro', isa => 'Paws::Snowball::OnDeviceServiceConfiguration'); has Resources => (is => 'ro', isa => 'Paws::Snowball::JobResource'); has RoleARN => (is => 'ro', isa => 'Str'); has ShippingOption => (is => 'ro', isa => 'Str'); has SnowballType => (is => 'ro', isa => 'Str'); has TaxDocuments => (is => 'ro', isa => 'Paws::Snowball::TaxDocuments'); 1; ### main pod documentation begin ### =head1 NAME Paws::Snowball::ClusterMetadata =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::Snowball::ClusterMetadata object: $service_obj->Method(Att1 => { AddressId => $value, ..., TaxDocuments => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Snowball::ClusterMetadata object: $result = $service_obj->Method(...); $result->Att1->AddressId =head1 DESCRIPTION Contains metadata about a specific cluster. =head1 ATTRIBUTES =head2 AddressId => Str The automatically generated ID for a specific address. =head2 ClusterId => Str The automatically generated ID for a cluster. =head2 ClusterState => Str The current status of the cluster. =head2 CreationDate => Str The creation date for this cluster. =head2 Description => Str The optional description of the cluster. =head2 ForwardingAddressId => Str The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address. This field is not supported in most regions. =head2 JobType => Str The type of job for this cluster. Currently, the only job type supported for clusters is C. =head2 KmsKeyARN => Str The C Amazon Resource Name (ARN) associated with this cluster. This ARN was created using the CreateKey (https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html) API action in AWS Key Management Service (AWS KMS). =head2 Notification => L The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster. =head2 OnDeviceServiceConfiguration => L Represents metadata and configuration settings for services on an AWS Snow Family device. =head2 Resources => L The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects. =head2 RoleARN => Str The role ARN associated with this cluster. This ARN was created using the CreateRole (https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html) API action in AWS Identity and Access Management (IAM). =head2 ShippingOption => Str The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each device, rather it represents how quickly each device moves to its destination while in transit. Regional shipping speeds are as follows: =over =item * In Australia, you have access to express shipping. Typically, devices shipped express are delivered in about a day. =item * In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way. =item * In India, Snow devices are delivered in one to seven days. =item * In the US, you have access to one-day shipping and two-day shipping. =back =head2 SnowballType => Str The type of AWS Snow device to use for this cluster. For cluster jobs, AWS Snow Family currently supports only the C device type. =head2 TaxDocuments => L The tax documents required in your AWS Region. =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