Class: Aws::QuickSight::Types::DescribeDataSetRefreshPropertiesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::DescribeDataSetRefreshPropertiesResponse
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_set_refresh_properties  ⇒ Types::DataSetRefreshProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The dataset refresh properties.
 - 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services request ID for this operation.
 - 
  
    
      #status  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The HTTP status of the request.
 
Instance Attribute Details
#data_set_refresh_properties ⇒ Types::DataSetRefreshProperties
The dataset refresh properties.
      14479 14480 14481 14482 14483 14484 14485  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14479 class DescribeDataSetRefreshPropertiesResponse < Struct.new( :request_id, :status, :data_set_refresh_properties) SENSITIVE = [] include Aws::Structure end  | 
  
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
      14479 14480 14481 14482 14483 14484 14485  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14479 class DescribeDataSetRefreshPropertiesResponse < Struct.new( :request_id, :status, :data_set_refresh_properties) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Integer
The HTTP status of the request.
      14479 14480 14481 14482 14483 14484 14485  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14479 class DescribeDataSetRefreshPropertiesResponse < Struct.new( :request_id, :status, :data_set_refresh_properties) SENSITIVE = [] include Aws::Structure end  |