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::Config::BaseConfigurationItem; use Moose; has AccountId => (is => 'ro', isa => 'Str', request_name => 'accountId', traits => ['NameInRequest']); has Arn => (is => 'ro', isa => 'Str', request_name => 'arn', traits => ['NameInRequest']); has AvailabilityZone => (is => 'ro', isa => 'Str', request_name => 'availabilityZone', traits => ['NameInRequest']); has AwsRegion => (is => 'ro', isa => 'Str', request_name => 'awsRegion', traits => ['NameInRequest']); has Configuration => (is => 'ro', isa => 'Str', request_name => 'configuration', traits => ['NameInRequest']); has ConfigurationItemCaptureTime => (is => 'ro', isa => 'Str', request_name => 'configurationItemCaptureTime', traits => ['NameInRequest']); has ConfigurationItemStatus => (is => 'ro', isa => 'Str', request_name => 'configurationItemStatus', traits => ['NameInRequest']); has ConfigurationStateId => (is => 'ro', isa => 'Str', request_name => 'configurationStateId', traits => ['NameInRequest']); has ResourceCreationTime => (is => 'ro', isa => 'Str', request_name => 'resourceCreationTime', traits => ['NameInRequest']); has ResourceId => (is => 'ro', isa => 'Str', request_name => 'resourceId', traits => ['NameInRequest']); has ResourceName => (is => 'ro', isa => 'Str', request_name => 'resourceName', traits => ['NameInRequest']); has ResourceType => (is => 'ro', isa => 'Str', request_name => 'resourceType', traits => ['NameInRequest']); has SupplementaryConfiguration => (is => 'ro', isa => 'Paws::Config::SupplementaryConfiguration', request_name => 'supplementaryConfiguration', traits => ['NameInRequest']); has Version => (is => 'ro', isa => 'Str', request_name => 'version', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::Config::BaseConfigurationItem =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::Config::BaseConfigurationItem object: $service_obj->Method(Att1 => { AccountId => $value, ..., Version => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Config::BaseConfigurationItem object: $result = $service_obj->Method(...); $result->Att1->AccountId =head1 DESCRIPTION The detailed configuration of a specified resource. =head1 ATTRIBUTES =head2 AccountId => Str The 12-digit AWS account ID associated with the resource. =head2 Arn => Str The Amazon Resource Name (ARN) of the resource. =head2 AvailabilityZone => Str The Availability Zone associated with the resource. =head2 AwsRegion => Str The region where the resource resides. =head2 Configuration => Str The description of the resource configuration. =head2 ConfigurationItemCaptureTime => Str The time when the configuration recording was initiated. =head2 ConfigurationItemStatus => Str The configuration item status. The valid values are: =over =item * OK E The resource configuration has been updated =item * ResourceDiscovered E The resource was newly discovered =item * ResourceNotRecorded E The resource was discovered but its configuration was not recorded since the recorder excludes the recording of resources of this type =item * ResourceDeleted E The resource was deleted =item * ResourceDeletedNotRecorded E The resource was deleted but its configuration was not recorded since the recorder excludes the recording of resources of this type =back The CIs do not incur any cost. =head2 ConfigurationStateId => Str An identifier that indicates the ordering of the configuration items of a resource. =head2 ResourceCreationTime => Str The time stamp when the resource was created. =head2 ResourceId => Str The ID of the resource (for example., sg-xxxxxx). =head2 ResourceName => Str The custom name of the resource, if available. =head2 ResourceType => Str The type of AWS resource. =head2 SupplementaryConfiguration => L Configuration attributes that AWS Config returns for certain resource types to supplement the information returned for the configuration parameter. =head2 Version => Str The version number of the resource configuration. =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