class AmazonS3::LoggingEnabledStruct
- AmazonS3::LoggingEnabledStruct
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
- .new(target_bucket : String, target_prefix : String, target_grants : Array(TargetGrantStruct) = nil)
Class Method Summary
Instance Method Summary
- #target_bucket : String
- #target_bucket=(target_bucket : String)
- #target_grants : Array(TargetGrantStruct) | Nil
- #target_grants=(target_grants : Array(TargetGrantStruct) | Nil)
- #target_prefix : String
- #target_prefix=(target_prefix : String)
Instance methods inherited from module AWSSdk::RestXML::Structure
process(request : HTTP::Request)
process,
serialize(xml : XML::Builder)
serialize
Constructor Detail
def self.new(target_bucket : String, target_prefix : String, target_grants : Array(TargetGrantStruct) = nil)
#