Class: Aws::QuickSight::Types::UpdateAnalysisPermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateAnalysisPermissionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_arn ⇒ String
The Amazon Resource Name (ARN) of the analysis that you updated.
-
#analysis_id ⇒ String
The ID of the analysis that you updated permissions for.
-
#permissions ⇒ Array<Types::ResourcePermission>
A structure that describes the principals and the resource-level permissions on an analysis.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#analysis_arn ⇒ String
The Amazon Resource Name (ARN) of the analysis that you updated.
33545 33546 33547 33548 33549 33550 33551 33552 33553 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33545 class UpdateAnalysisPermissionsResponse < Struct.new( :analysis_arn, :analysis_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#analysis_id ⇒ String
The ID of the analysis that you updated permissions for.
33545 33546 33547 33548 33549 33550 33551 33552 33553 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33545 class UpdateAnalysisPermissionsResponse < Struct.new( :analysis_arn, :analysis_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::ResourcePermission>
A structure that describes the principals and the resource-level permissions on an analysis.
33545 33546 33547 33548 33549 33550 33551 33552 33553 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33545 class UpdateAnalysisPermissionsResponse < Struct.new( :analysis_arn, :analysis_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
33545 33546 33547 33548 33549 33550 33551 33552 33553 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33545 class UpdateAnalysisPermissionsResponse < Struct.new( :analysis_arn, :analysis_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
33545 33546 33547 33548 33549 33550 33551 33552 33553 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33545 class UpdateAnalysisPermissionsResponse < Struct.new( :analysis_arn, :analysis_id, :permissions, :request_id, :status) SENSITIVE = [] include Aws::Structure end |