PublicAccess class
Describes the public access policies that apply to the S3 bucket.
Constructors
- PublicAccess({String? effectivePermission, PermissionConfiguration? permissionConfiguration})
-
PublicAccess.fromJson(Map<
String, dynamic> json) -
factory
Properties
- effectivePermission → String?
-
Describes the effective permission on this bucket after factoring all
attached policies.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- permissionConfiguration → PermissionConfiguration?
-
Contains information about how permissions are configured for the S3 bucket.
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited