aws_lambda_dart_runtime
s3_event
AwsS3Bucket
AwsS3Bucket constructor
AwsS3Bucket
aws_lambda_dart_runtime
s3_event
AwsS3Bucket
AwsS3Bucket constructor
AwsS3Bucket class
Constructors
AwsS3Bucket
fromJson
Properties
arn
hashCode
name
ownerIdentity
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==
AwsS3Bucket
constructor
AwsS3Bucket
(
{
String
name
,
AwsS3UserIdentity
ownerIdentity
,
String
arn
}
)
Implementation
AwsS3Bucket({this.name, this.ownerIdentity, this.arn});