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::S3Control::GetAccessPointResult; use Moose; has Bucket => (is => 'ro', isa => 'Str'); has CreationDate => (is => 'ro', isa => 'Str'); has Name => (is => 'ro', isa => 'Str'); has NetworkOrigin => (is => 'ro', isa => 'Str'); has PublicAccessBlockConfiguration => (is => 'ro', isa => 'Paws::S3Control::PublicAccessBlockConfiguration'); has VpcConfiguration => (is => 'ro', isa => 'Paws::S3Control::VpcConfiguration'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::S3Control::GetAccessPointResult =head1 ATTRIBUTES =head2 Bucket => Str The name of the bucket associated with the specified access point. =head2 CreationDate => Str The date and time when the specified access point was created. =head2 Name => Str The name of the specified access point. =head2 NetworkOrigin => Str Indicates whether this access point allows access from the public internet. If C is specified for this access point, then C is C, and the access point doesn't allow access from the public internet. Otherwise, C is C, and the access point allows access from the public internet, subject to the access point and bucket access policies. This will always be true for an Amazon S3 on Outposts access point Valid values are: C<"Internet">, C<"VPC"> =head2 PublicAccessBlockConfiguration => L =head2 VpcConfiguration => L Contains the virtual private cloud (VPC) configuration for the specified access point. This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other AWS services. =cut