Class: Aws::QuickSight::Types::UpdateTemplatePermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateTemplatePermissionsResponse
- Includes:
- Structure
- Defined in:
- 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.
33686 33687 33688 33689 33690 33691 33692 33693 33694 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33686 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.
33686 33687 33688 33689 33690 33691 33692 33693 33694 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33686 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.
33686 33687 33688 33689 33690 33691 33692 33693 33694 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33686 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.
33686 33687 33688 33689 33690 33691 33692 33693 33694 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33686 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.
33686 33687 33688 33689 33690 33691 33692 33693 33694 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33686 class UpdateTemplatePermissionsResponse < Struct.new( :template_id, :template_arn, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |