S3BucketDetail class

Contains information on the S3 bucket.

Constructors

S3BucketDetail({String? arn, DateTime? createdAt, DefaultServerSideEncryption? defaultServerSideEncryption, String? name, Owner? owner, PublicAccess? publicAccess, List<Tag>? tags, String? type})
S3BucketDetail.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the S3 bucket.
final
createdAt DateTime?
The date and time the bucket was created at.
final
defaultServerSideEncryption DefaultServerSideEncryption?
Describes the server side encryption method used in the S3 bucket.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the S3 bucket.
final
owner Owner?
The owner of the S3 bucket.
final
publicAccess PublicAccess?
Describes the public access policies that apply to the S3 bucket.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>?
All tags attached to the S3 bucket
final
type String?
Describes whether the bucket is a source or destination bucket.
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