Method: Aws::S3::BucketLogging#data
- Defined in:
- lib/aws-sdk-s3/bucket_logging.rb
#data ⇒ Types::GetBucketLoggingOutput
Returns the data for this Aws::S3::BucketLogging. Calls Client#get_bucket_logging if #data_loaded? is false.
74 75 76 77 |
# File 'lib/aws-sdk-s3/bucket_logging.rb', line 74 def data load unless @data @data end |