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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
# File 'lib/aws-sdk-quicksight/types.rb', line 3710

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)


3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
# File 'lib/aws-sdk-quicksight/types.rb', line 3710

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)


3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
# File 'lib/aws-sdk-quicksight/types.rb', line 3710

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)


3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
# File 'lib/aws-sdk-quicksight/types.rb', line 3710

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)


3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
# File 'lib/aws-sdk-quicksight/types.rb', line 3710

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)


3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
# File 'lib/aws-sdk-quicksight/types.rb', line 3710

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)


3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
# File 'lib/aws-sdk-quicksight/types.rb', line 3710

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