class AmazonS3::InventoryS3BucketDestinationStruct
- AmazonS3::InventoryS3BucketDestinationStruct
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #account_id : String | Nil
- #account_id=(account_id : String | Nil)
- #bucket : String
- #bucket=(bucket : String)
- #encryption : InventoryEncryptionStruct | Nil
- #encryption=(encryption : InventoryEncryptionStruct | Nil)
- #format : String
- #format=(format : String)
- #prefix : String | Nil
- #prefix=(prefix : String | Nil)
Instance methods inherited from module AWSSdk::RestXML::Structure
process(request : HTTP::Request)
process,
serialize(xml : XML::Builder)
serialize
Constructor Detail
def self.new(bucket : String, format : String, account_id : String = nil, prefix : String = nil, encryption : InventoryEncryptionStruct = nil)
#