struct AWS::S3::ListBucketResult
- AWS::S3::ListBucketResult
- Struct
- Value
- Object
Defined in:
s3.crConstructors
Class Method Summary
Instance Method Summary
- #contents : Array(AWS::S3::ListBucketResult::Contents)
- #key_count : Int32?
- #max_keys : Int32
- #name : String
- #prefix : String
- #truncated? : Bool
Constructor Detail
def self.new(name : String, prefix : String, key_count : Int32 | Nil, max_keys : Int32, truncated : Bool, contents : Array(Contents))
#