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.
33507 33508 33509 33510 33511 33512 33513 33514 33515 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33507 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.
33507 33508 33509 33510 33511 33512 33513 33514 33515 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33507 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.
33507 33508 33509 33510 33511 33512 33513 33514 33515 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33507 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.
33507 33508 33509 33510 33511 33512 33513 33514 33515 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33507 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.
33507 33508 33509 33510 33511 33512 33513 33514 33515 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33507 class UpdateTemplatePermissionsResponse < Struct.new( :template_id, :template_arn, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |