class Awscr::S3::Bucket
- Awscr::S3::Bucket
- Reference
- Object
Defined in:
awscr-s3/bucket.crConstructors
Instance Method Summary
-
#==(other : String)
Compares the name of the bucket to other
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#creation_time : Time
The time the bucket was created
-
#name : String
The name of the bucket
-
#owner : String?
The owner of the bucket
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.