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.
34111 34112 34113 34114 34115 34116 34117 34118 34119 34120 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34111 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.
34111 34112 34113 34114 34115 34116 34117 34118 34119 34120 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34111 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.
34111 34112 34113 34114 34115 34116 34117 34118 34119 34120 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34111 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.
34111 34112 34113 34114 34115 34116 34117 34118 34119 34120 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34111 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.
34111 34112 34113 34114 34115 34116 34117 34118 34119 34120 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34111 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.
34111 34112 34113 34114 34115 34116 34117 34118 34119 34120 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34111 class UpdateDashboardResponse < Struct.new( :arn, :version_arn, :dashboard_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |