Class: Aws::QuickSight::Types::BrandSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BrandSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A summary of the brand.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the brand.
-
#brand_id ⇒ String
The ID of the Amazon QuickSight brand.
-
#brand_name ⇒ String
The name of the brand.
-
#brand_status ⇒ String
The status of the brand.
-
#created_time ⇒ Time
The time that the brand was created.
-
#description ⇒ String
The description of the brand.
-
#last_updated_time ⇒ Time
The time when the brand was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the brand.
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_id ⇒ String
The ID of the Amazon QuickSight brand.
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_name ⇒ String
The name of the brand.
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_status ⇒ String
The status of the brand.
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_time ⇒ Time
The time that the brand was created.
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 |
#description ⇒ String
The description of the brand.
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_time ⇒ Time
The time when the brand was last updated.
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 |