Class: Aws::QuickSight::Types::CreateGroupResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::CreateGroupResponse
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The response object for this operation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #group  ⇒ Types::Group 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the group. 
- 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services request ID for this operation. 
- 
  
    
      #status  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The HTTP status of the request. 
Instance Attribute Details
#group ⇒ Types::Group
The name of the group.
| 7279 7280 7281 7282 7283 7284 7285 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7279 class CreateGroupResponse < Struct.new( :group, :request_id, :status) SENSITIVE = [] include Aws::Structure end | 
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
| 7279 7280 7281 7282 7283 7284 7285 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7279 class CreateGroupResponse < Struct.new( :group, :request_id, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ Integer
The HTTP status of the request.
| 7279 7280 7281 7282 7283 7284 7285 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7279 class CreateGroupResponse < Struct.new( :group, :request_id, :status) SENSITIVE = [] include Aws::Structure end |