Method: Aws::S3::BucketLogging#data

Defined in:
lib/aws-sdk-s3/bucket_logging.rb

#dataTypes::GetBucketLoggingOutput

Returns the data for this Aws::S3::BucketLogging. Calls Client#get_bucket_logging if #data_loaded? is false.

Returns:



74
75
76
77
# File 'lib/aws-sdk-s3/bucket_logging.rb', line 74

def data
  load unless @data
  @data
end