Class: Aws::QuickSight::Types::CreateFolderMembershipResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::CreateFolderMembershipResponse
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #folder_member  ⇒ Types::FolderMember 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the member in the folder.
 - 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services request ID for this operation.
 - 
  
    
      #status  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The HTTP status of the request.
 
Instance Attribute Details
#folder_member ⇒ Types::FolderMember
Information about the member in the folder.
      7091 7092 7093 7094 7095 7096 7097  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7091 class CreateFolderMembershipResponse < Struct.new( :status, :folder_member, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
      7091 7092 7093 7094 7095 7096 7097  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7091 class CreateFolderMembershipResponse < Struct.new( :status, :folder_member, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Integer
The HTTP status of the request.
      7091 7092 7093 7094 7095 7096 7097  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7091 class CreateFolderMembershipResponse < Struct.new( :status, :folder_member, :request_id) SENSITIVE = [] include Aws::Structure end  |