PutAccessPointPolicyRequest class

Constructors

PutAccessPointPolicyRequest({required String accountId, required String name, required String policy})

Properties

accountId String
The AWS account ID for owner of the bucket associated with the specified access point.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the access point that you want to associate with the specified policy.
final
policy String
The policy that you want to apply to the specified access point. For more information about access point policies, see Managing data access with Amazon S3 Access Points in the Amazon Simple Storage Service Developer Guide.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

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