Class: Aws::QuickSight::Types::UpdateBrandPublishedVersionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


35677
35678
35679
35680
35681
35682
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35677

class UpdateBrandPublishedVersionResponse < Struct.new(
  :request_id,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

The ID of the published version.

Returns:

  • (String)


35677
35678
35679
35680
35681
35682
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35677

class UpdateBrandPublishedVersionResponse < Struct.new(
  :request_id,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end