Class: Aws::QuickSight::Types::UpdateTemplatePermissionsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::UpdateTemplatePermissionsResponse
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #permissions  ⇒ Array<Types::ResourcePermission> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of resource permissions to be set on the template. 
- 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services request ID for this operation. 
- 
  
    
      #status  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The HTTP status of the request. 
- 
  
    
      #template_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the template. 
- 
  
    
      #template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID for the template. 
Instance Attribute Details
#permissions ⇒ Array<Types::ResourcePermission>
A list of resource permissions to be set on the template.
| 39996 39997 39998 39999 40000 40001 40002 40003 40004 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39996 class UpdateTemplatePermissionsResponse < Struct.new( :template_id, :template_arn, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end | 
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
| 39996 39997 39998 39999 40000 40001 40002 40003 40004 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39996 class UpdateTemplatePermissionsResponse < Struct.new( :template_id, :template_arn, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ Integer
The HTTP status of the request.
| 39996 39997 39998 39999 40000 40001 40002 40003 40004 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39996 class UpdateTemplatePermissionsResponse < Struct.new( :template_id, :template_arn, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end | 
#template_arn ⇒ String
The Amazon Resource Name (ARN) of the template.
| 39996 39997 39998 39999 40000 40001 40002 40003 40004 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39996 class UpdateTemplatePermissionsResponse < Struct.new( :template_id, :template_arn, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end | 
#template_id ⇒ String
The ID for the template.
| 39996 39997 39998 39999 40000 40001 40002 40003 40004 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39996 class UpdateTemplatePermissionsResponse < Struct.new( :template_id, :template_arn, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |