Class: Aws::QuickSight::Types::UpdateBrandPublishedVersionRequest

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

#aws_account_idString

The ID of the Amazon Web Services account that owns the brand.

Returns:

  • (String)


35650
35651
35652
35653
35654
35655
35656
# File 'lib/aws-sdk-quicksight/types.rb', line 35650

class UpdateBrandPublishedVersionRequest < Struct.new(
  :aws_account_id,
  :brand_id,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#brand_idString

The ID of the Amazon QuickSight brand.

Returns:

  • (String)


35650
35651
35652
35653
35654
35655
35656
# File 'lib/aws-sdk-quicksight/types.rb', line 35650

class UpdateBrandPublishedVersionRequest < Struct.new(
  :aws_account_id,
  :brand_id,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

The ID of the published version.

Returns:

  • (String)


35650
35651
35652
35653
35654
35655
35656
# File 'lib/aws-sdk-quicksight/types.rb', line 35650

class UpdateBrandPublishedVersionRequest < Struct.new(
  :aws_account_id,
  :brand_id,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end