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.
32392 32393 32394 32395 32396 32397 32398 32399 32400 32401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32392 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.
32392 32393 32394 32395 32396 32397 32398 32399 32400 32401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32392 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.
32392 32393 32394 32395 32396 32397 32398 32399 32400 32401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32392 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.
32392 32393 32394 32395 32396 32397 32398 32399 32400 32401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32392 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.
32392 32393 32394 32395 32396 32397 32398 32399 32400 32401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32392 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.
32392 32393 32394 32395 32396 32397 32398 32399 32400 32401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32392 class UpdateDashboardResponse < Struct.new( :arn, :version_arn, :dashboard_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |