Class: Aws::S3::Types::GetBucketAccelerateConfigurationOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The accelerate configuration of the bucket.

Returns:

  • (String)


2502
2503
2504
2505
# File 'lib/aws-sdk-s3/types.rb', line 2502

class GetBucketAccelerateConfigurationOutput < Struct.new(
  :status)
  include Aws::Structure
end