Class: Aws::S3::Types::AccelerateConfiguration

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

Overview

Note:

When making an API call, you may pass AccelerateConfiguration data as a hash:

{
  status: "Enabled", # accepts Enabled, Suspended
}

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The accelerate configuration of the bucket.

Returns:

  • (String)


96
97
98
99
# File 'lib/aws-sdk-s3/types.rb', line 96

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