Class: Aws::QuickSight::Types::CreateDashboardResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the dashboard.

Returns:

  • (String)


4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
# File 'lib/aws-sdk-quicksight/types.rb', line 4930

class CreateDashboardResponse < Struct.new(
  :arn,
  :version_arn,
  :dashboard_id,
  :creation_status,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#creation_statusString

The status of the dashboard creation request.

Returns:

  • (String)


4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
# File 'lib/aws-sdk-quicksight/types.rb', line 4930

class CreateDashboardResponse < Struct.new(
  :arn,
  :version_arn,
  :dashboard_id,
  :creation_status,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_idString

The ID for the dashboard.

Returns:

  • (String)


4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
# File 'lib/aws-sdk-quicksight/types.rb', line 4930

class CreateDashboardResponse < Struct.new(
  :arn,
  :version_arn,
  :dashboard_id,
  :creation_status,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
# File 'lib/aws-sdk-quicksight/types.rb', line 4930

class CreateDashboardResponse < Struct.new(
  :arn,
  :version_arn,
  :dashboard_id,
  :creation_status,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
# File 'lib/aws-sdk-quicksight/types.rb', line 4930

class CreateDashboardResponse < Struct.new(
  :arn,
  :version_arn,
  :dashboard_id,
  :creation_status,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#version_arnString

The ARN of the dashboard, including the version number of the first version that is created.

Returns:

  • (String)


4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
# File 'lib/aws-sdk-quicksight/types.rb', line 4930

class CreateDashboardResponse < Struct.new(
  :arn,
  :version_arn,
  :dashboard_id,
  :creation_status,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end