Class: Aws::QuickSight::Types::DeleteDashboardResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::DeleteDashboardResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Secure Socket Layer (SSL) properties that apply for the resource. 
- 
  
    
      #dashboard_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the dashboard. 
- 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services request ID for this operation. 
- 
  
    
      #status  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The HTTP status of the request. 
Instance Attribute Details
#arn ⇒ String
The Secure Socket Layer (SSL) properties that apply for the resource.
| 10829 10830 10831 10832 10833 10834 10835 10836 | # File 'lib/aws-sdk-quicksight/types.rb', line 10829 class DeleteDashboardResponse < Struct.new( :status, :arn, :dashboard_id, :request_id) SENSITIVE = [] include Aws::Structure end | 
#dashboard_id ⇒ String
The ID of the dashboard.
| 10829 10830 10831 10832 10833 10834 10835 10836 | # File 'lib/aws-sdk-quicksight/types.rb', line 10829 class DeleteDashboardResponse < Struct.new( :status, :arn, :dashboard_id, :request_id) SENSITIVE = [] include Aws::Structure end | 
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
| 10829 10830 10831 10832 10833 10834 10835 10836 | # File 'lib/aws-sdk-quicksight/types.rb', line 10829 class DeleteDashboardResponse < Struct.new( :status, :arn, :dashboard_id, :request_id) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ Integer
The HTTP status of the request.
| 10829 10830 10831 10832 10833 10834 10835 10836 | # File 'lib/aws-sdk-quicksight/types.rb', line 10829 class DeleteDashboardResponse < Struct.new( :status, :arn, :dashboard_id, :request_id) SENSITIVE = [] include Aws::Structure end |