Class: Aws::QuickSight::Types::BrandDetail

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

Overview

The details of the brand.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the brand.

Returns:

  • (String)


3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
# File 'lib/aws-sdk-quicksight/types.rb', line 3650

class BrandDetail < Struct.new(
  :brand_id,
  :arn,
  :brand_status,
  :created_time,
  :last_updated_time,
  :version_id,
  :version_status,
  :errors,
  :logo)
  SENSITIVE = []
  include Aws::Structure
end

#brand_idString

The ID of the Amazon QuickSight brand.

Returns:

  • (String)


3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
# File 'lib/aws-sdk-quicksight/types.rb', line 3650

class BrandDetail < Struct.new(
  :brand_id,
  :arn,
  :brand_status,
  :created_time,
  :last_updated_time,
  :version_id,
  :version_status,
  :errors,
  :logo)
  SENSITIVE = []
  include Aws::Structure
end

#brand_statusString

The status of the brand.

Returns:

  • (String)


3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
# File 'lib/aws-sdk-quicksight/types.rb', line 3650

class BrandDetail < Struct.new(
  :brand_id,
  :arn,
  :brand_status,
  :created_time,
  :last_updated_time,
  :version_id,
  :version_status,
  :errors,
  :logo)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time that the brand was created.

Returns:

  • (Time)


3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
# File 'lib/aws-sdk-quicksight/types.rb', line 3650

class BrandDetail < Struct.new(
  :brand_id,
  :arn,
  :brand_status,
  :created_time,
  :last_updated_time,
  :version_id,
  :version_status,
  :errors,
  :logo)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<String>

A list of errors that occurred during the most recent brand operation.

Returns:

  • (Array<String>)


3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
# File 'lib/aws-sdk-quicksight/types.rb', line 3650

class BrandDetail < Struct.new(
  :brand_id,
  :arn,
  :brand_status,
  :created_time,
  :last_updated_time,
  :version_id,
  :version_status,
  :errors,
  :logo)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The last time the brand was updated.

Returns:

  • (Time)


3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
# File 'lib/aws-sdk-quicksight/types.rb', line 3650

class BrandDetail < Struct.new(
  :brand_id,
  :arn,
  :brand_status,
  :created_time,
  :last_updated_time,
  :version_id,
  :version_status,
  :errors,
  :logo)
  SENSITIVE = []
  include Aws::Structure
end

#logoTypes::Logo

The logo details.

Returns:



3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
# File 'lib/aws-sdk-quicksight/types.rb', line 3650

class BrandDetail < Struct.new(
  :brand_id,
  :arn,
  :brand_status,
  :created_time,
  :last_updated_time,
  :version_id,
  :version_status,
  :errors,
  :logo)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

The ID of the version.

Returns:

  • (String)


3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
# File 'lib/aws-sdk-quicksight/types.rb', line 3650

class BrandDetail < Struct.new(
  :brand_id,
  :arn,
  :brand_status,
  :created_time,
  :last_updated_time,
  :version_id,
  :version_status,
  :errors,
  :logo)
  SENSITIVE = []
  include Aws::Structure
end

#version_statusString

The status of the version.

Returns:

  • (String)


3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
# File 'lib/aws-sdk-quicksight/types.rb', line 3650

class BrandDetail < Struct.new(
  :brand_id,
  :arn,
  :brand_status,
  :created_time,
  :last_updated_time,
  :version_id,
  :version_status,
  :errors,
  :logo)
  SENSITIVE = []
  include Aws::Structure
end