Class: Aws::QuickSight::Types::BrandSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BrandSummary
- 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
-
#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.
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_id ⇒ String
The ID of the Amazon QuickSight brand.
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_name ⇒ String
The name of the brand.
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_status ⇒ String
The status of the brand.
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_time ⇒ Time
The time that the brand was created.
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 |
#description ⇒ String
The description of the brand.
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_time ⇒ Time
The time when the brand was last updated.
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 |