Class: Aws::QuickSight::Types::UpdateDashboardResponse

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 Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


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_statusString

The creation status of the request.

Returns:

  • (String)


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_idString

The ID for the dashboard.

Returns:

  • (String)


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_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


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_arnString

The ARN of the dashboard, including the version number.

Returns:

  • (String)


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