Class: Aws::QuickSight::Types::UpdateDashboardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateDashboardResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
-
#creation_status ⇒ String
The creation status of the request.
-
#dashboard_id ⇒ String
The ID for the dashboard.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#version_arn ⇒ String
The ARN of the dashboard, including the version number.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
32488 32489 32490 32491 32492 32493 32494 32495 32496 32497 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32488 class UpdateDashboardResponse < Struct.new( :arn, :version_arn, :dashboard_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#creation_status ⇒ String
The creation status of the request.
32488 32489 32490 32491 32492 32493 32494 32495 32496 32497 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32488 class UpdateDashboardResponse < Struct.new( :arn, :version_arn, :dashboard_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#dashboard_id ⇒ String
The ID for the dashboard.
32488 32489 32490 32491 32492 32493 32494 32495 32496 32497 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32488 class UpdateDashboardResponse < Struct.new( :arn, :version_arn, :dashboard_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
32488 32489 32490 32491 32492 32493 32494 32495 32496 32497 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32488 class UpdateDashboardResponse < Struct.new( :arn, :version_arn, :dashboard_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
32488 32489 32490 32491 32492 32493 32494 32495 32496 32497 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32488 class UpdateDashboardResponse < Struct.new( :arn, :version_arn, :dashboard_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#version_arn ⇒ String
The ARN of the dashboard, including the version number.
32488 32489 32490 32491 32492 32493 32494 32495 32496 32497 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32488 class UpdateDashboardResponse < Struct.new( :arn, :version_arn, :dashboard_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |