Class: Aws::QuickSight::Types::UpdateDashboardPublishedVersionResponse

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

#dashboard_arnString

The Amazon Resource Name (ARN) of the dashboard.

Returns:

  • (String)


33980
33981
33982
33983
33984
33985
33986
33987
# File 'lib/aws-sdk-quicksight/types.rb', line 33980

class UpdateDashboardPublishedVersionResponse < Struct.new(
  :dashboard_id,
  :dashboard_arn,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_idString

The ID for the dashboard.

Returns:

  • (String)


33980
33981
33982
33983
33984
33985
33986
33987
# File 'lib/aws-sdk-quicksight/types.rb', line 33980

class UpdateDashboardPublishedVersionResponse < Struct.new(
  :dashboard_id,
  :dashboard_arn,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


33980
33981
33982
33983
33984
33985
33986
33987
# File 'lib/aws-sdk-quicksight/types.rb', line 33980

class UpdateDashboardPublishedVersionResponse < Struct.new(
  :dashboard_id,
  :dashboard_arn,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


33980
33981
33982
33983
33984
33985
33986
33987
# File 'lib/aws-sdk-quicksight/types.rb', line 33980

class UpdateDashboardPublishedVersionResponse < Struct.new(
  :dashboard_id,
  :dashboard_arn,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end