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

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

Overview

Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see Amazon S3 Transfer Acceleration in the Amazon S3 User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Specifies the transfer acceleration status of the bucket.

Returns:

  • (String)


171
172
173
174
175
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 171

class AccelerateConfiguration < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end