Class: Aws::QuickSight::Types::CreateDashboardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateDashboardResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the dashboard.
-
#creation_status ⇒ String
The status of the dashboard creation 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 of the first version that is created.
Instance Attribute Details
#arn ⇒ String
The ARN of the dashboard.
5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5974 class CreateDashboardResponse < Struct.new( :arn, :version_arn, :dashboard_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#creation_status ⇒ String
The status of the dashboard creation request.
5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5974 class CreateDashboardResponse < 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.
5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5974 class CreateDashboardResponse < 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.
5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5974 class CreateDashboardResponse < 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.
5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5974 class CreateDashboardResponse < 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 of the first version that is created.
5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5974 class CreateDashboardResponse < Struct.new( :arn, :version_arn, :dashboard_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |