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.
35173 35174 35175 35176 35177 35178 35179 35180 35181 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35173 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.
35173 35174 35175 35176 35177 35178 35179 35180 35181 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35173 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.
35173 35174 35175 35176 35177 35178 35179 35180 35181 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35173 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.
35173 35174 35175 35176 35177 35178 35179 35180 35181 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35173 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.
35173 35174 35175 35176 35177 35178 35179 35180 35181 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35173 class UpdateTemplatePermissionsResponse < Struct.new( :template_id, :template_arn, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |