Class: Aws::QuickSight::Types::BrandSummary

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

Overview

A summary 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)


3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3727

class BrandSummary < Struct.new(
  :arn,
  :brand_id,
  :brand_name,
  :description,
  :brand_status,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#brand_idString

The ID of the Amazon QuickSight brand.

Returns:

  • (String)


3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3727

class BrandSummary < Struct.new(
  :arn,
  :brand_id,
  :brand_name,
  :description,
  :brand_status,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#brand_nameString

The name of the brand.

Returns:

  • (String)


3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3727

class BrandSummary < Struct.new(
  :arn,
  :brand_id,
  :brand_name,
  :description,
  :brand_status,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#brand_statusString

The status of the brand.

Returns:

  • (String)


3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3727

class BrandSummary < Struct.new(
  :arn,
  :brand_id,
  :brand_name,
  :description,
  :brand_status,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time that the brand was created.

Returns:

  • (Time)


3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3727

class BrandSummary < Struct.new(
  :arn,
  :brand_id,
  :brand_name,
  :description,
  :brand_status,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the brand.

Returns:

  • (String)


3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3727

class BrandSummary < Struct.new(
  :arn,
  :brand_id,
  :brand_name,
  :description,
  :brand_status,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The time when the brand was last updated.

Returns:

  • (Time)


3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3727

class BrandSummary < Struct.new(
  :arn,
  :brand_id,
  :brand_name,
  :description,
  :brand_status,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end