BlockPublicAccess class
Contains information on how the bucker owner's S3 Block Public Access settings are being applied to the S3 bucket. See S3 Block Public Access for more information.
Constructors
- BlockPublicAccess({bool? blockPublicAcls, bool? blockPublicPolicy, bool? ignorePublicAcls, bool? restrictPublicBuckets})
-
BlockPublicAccess.fromJson(Map<
String, dynamic> json) -
factory
Properties
- blockPublicAcls → bool?
-
Indicates if S3 Block Public Access is set to
BlockPublicAcls
.final - blockPublicPolicy → bool?
-
Indicates if S3 Block Public Access is set to
BlockPublicPolicy
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- ignorePublicAcls → bool?
-
Indicates if S3 Block Public Access is set to
IgnorePublicAcls
.final - restrictPublicBuckets → bool?
-
Indicates if S3 Block Public Access is set to
RestrictPublicBuckets
.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