Class: Aws::QuickSight::Types::CreateRefreshScheduleResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::CreateRefreshScheduleResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-quicksight/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the refresh schedule.
 - 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services request ID for this operation.
 - 
  
    
      #schedule_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the refresh schedule.
 - 
  
    
      #status  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The HTTP status of the request.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the refresh schedule.
      6226 6227 6228 6229 6230 6231 6232 6233  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 6226 class CreateRefreshScheduleResponse < Struct.new( :status, :request_id, :schedule_id, :arn) SENSITIVE = [] include Aws::Structure end  | 
  
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
      6226 6227 6228 6229 6230 6231 6232 6233  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 6226 class CreateRefreshScheduleResponse < Struct.new( :status, :request_id, :schedule_id, :arn) SENSITIVE = [] include Aws::Structure end  | 
  
#schedule_id ⇒ String
The ID of the refresh schedule.
      6226 6227 6228 6229 6230 6231 6232 6233  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 6226 class CreateRefreshScheduleResponse < Struct.new( :status, :request_id, :schedule_id, :arn) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Integer
The HTTP status of the request.
      6226 6227 6228 6229 6230 6231 6232 6233  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 6226 class CreateRefreshScheduleResponse < Struct.new( :status, :request_id, :schedule_id, :arn) SENSITIVE = [] include Aws::Structure end  |