Class: Aws::S3::Types::RequestProgress

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

Overview

Container for specifying if periodic ‘QueryProgress` messages should be sent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE, FALSE. Default value: FALSE.

Returns:

  • (Boolean)


16248
16249
16250
16251
16252
# File 'lib/aws-sdk-s3/types.rb', line 16248

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