NAME
Paws::S3Control::GetAccessPointResult
ATTRIBUTES
Bucket => Str
The name of the bucket associated with the specified access point.
CreationDate => Str
The date and time when the specified access point was created.
Name => Str
The name of the specified access point.
NetworkOrigin => Str
Indicates whether this access point allows access from the public Internet. If VpcConfiguration is specified for this access point, then NetworkOrigin is VPC, and the access point doesn't allow access from the public Internet. Otherwise, NetworkOrigin is Internet, and the access point allows access from the public Internet, subject to the access point and bucket access policies.
Valid values are: "Internet", "VPC"
PublicAccessBlockConfiguration => Paws::S3Control::PublicAccessBlockConfiguration
VpcConfiguration => Paws::S3Control::VpcConfiguration
Contains the Virtual Private Cloud (VPC) configuration for the specified access point.