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

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


33715
33716
33717
33718
33719
33720
# File 'lib/aws-sdk-quicksight/types.rb', line 33715

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

#version_idString

The ID of the published version.

Returns:

  • (String)


33715
33716
33717
33718
33719
33720
# File 'lib/aws-sdk-quicksight/types.rb', line 33715

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