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.
32624 32625 32626 32627 32628 32629 32630 32631 32632 32633 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32624 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.
32624 32625 32626 32627 32628 32629 32630 32631 32632 32633 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32624 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.
32624 32625 32626 32627 32628 32629 32630 32631 32632 32633 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32624 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.
32624 32625 32626 32627 32628 32629 32630 32631 32632 32633 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32624 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.
32624 32625 32626 32627 32628 32629 32630 32631 32632 32633 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32624 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.
32624 32625 32626 32627 32628 32629 32630 32631 32632 32633 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32624 class UpdateDashboardResponse < Struct.new( :arn, :version_arn, :dashboard_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |