Class: Aws::S3::Types::RequestProgress
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::S3::Types::RequestProgress
 
- Defined in:
- gems/aws-sdk-s3/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
- 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies whether periodic QueryProgress frames should be sent. 
Instance Attribute Details
#enabled ⇒ Boolean
Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE, FALSE. Default value: FALSE.
| 17788 17789 17790 17791 17792 | # File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 17788 class RequestProgress < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |