Class: Aws::QuickSight::Types::UpdateIpRestrictionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::UpdateIpRestrictionResponse
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #aws_account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the Amazon Web Services account that contains the IP rules. 
- 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services request ID for this operation. 
- 
  
    
      #status  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The HTTP status of the request. 
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the IP rules.
| 39582 39583 39584 39585 39586 39587 39588 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39582 class UpdateIpRestrictionResponse < Struct.new( :aws_account_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end | 
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
| 39582 39583 39584 39585 39586 39587 39588 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39582 class UpdateIpRestrictionResponse < Struct.new( :aws_account_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ Integer
The HTTP status of the request.
| 39582 39583 39584 39585 39586 39587 39588 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39582 class UpdateIpRestrictionResponse < Struct.new( :aws_account_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |