GetAccessPointResult class

Constructors

GetAccessPointResult.new({String? bucket, DateTime? creationDate, String? name, NetworkOrigin? networkOrigin, PublicAccessBlockConfiguration? publicAccessBlockConfiguration, VpcConfiguration? vpcConfiguration})
GetAccessPointResult.fromXml(XmlElement elem)
factory

Properties

bucket String?
The name of the bucket associated with the specified access point.
final
creationDate DateTime?
The date and time when the specified access point was created.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the specified access point.
final
networkOrigin NetworkOrigin?
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.
final
publicAccessBlockConfiguration PublicAccessBlockConfiguration?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vpcConfiguration VpcConfiguration?
Contains the virtual private cloud (VPC) configuration for the specified access point.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited