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)


4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4418

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 Quick brand.

Returns:

  • (String)


4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4418

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)


4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4418

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)


4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4418

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)


4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4418

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)


4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4418

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)


4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4418

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