Class: Aws::QuickSight::Types::BrandDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BrandDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The details 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_status ⇒ String
The status of the brand.
-
#created_time ⇒ Time
The time that the brand was created.
-
#errors ⇒ Array<String>
A list of errors that occurred during the most recent brand operation.
-
#last_updated_time ⇒ Time
The last time the brand was updated.
-
#logo ⇒ Types::Logo
The logo details.
-
#version_id ⇒ String
The ID of the version.
-
#version_status ⇒ String
The status of the version.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the brand.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3650 class BrandDetail < Struct.new( :brand_id, :arn, :brand_status, :created_time, :last_updated_time, :version_id, :version_status, :errors, :logo) SENSITIVE = [] include Aws::Structure end |
#brand_id ⇒ String
The ID of the Amazon QuickSight brand.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3650 class BrandDetail < Struct.new( :brand_id, :arn, :brand_status, :created_time, :last_updated_time, :version_id, :version_status, :errors, :logo) SENSITIVE = [] include Aws::Structure end |
#brand_status ⇒ String
The status of the brand.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3650 class BrandDetail < Struct.new( :brand_id, :arn, :brand_status, :created_time, :last_updated_time, :version_id, :version_status, :errors, :logo) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time that the brand was created.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3650 class BrandDetail < Struct.new( :brand_id, :arn, :brand_status, :created_time, :last_updated_time, :version_id, :version_status, :errors, :logo) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<String>
A list of errors that occurred during the most recent brand operation.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3650 class BrandDetail < Struct.new( :brand_id, :arn, :brand_status, :created_time, :last_updated_time, :version_id, :version_status, :errors, :logo) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The last time the brand was updated.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3650 class BrandDetail < Struct.new( :brand_id, :arn, :brand_status, :created_time, :last_updated_time, :version_id, :version_status, :errors, :logo) SENSITIVE = [] include Aws::Structure end |
#logo ⇒ Types::Logo
The logo details.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3650 class BrandDetail < Struct.new( :brand_id, :arn, :brand_status, :created_time, :last_updated_time, :version_id, :version_status, :errors, :logo) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The ID of the version.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3650 class BrandDetail < Struct.new( :brand_id, :arn, :brand_status, :created_time, :last_updated_time, :version_id, :version_status, :errors, :logo) SENSITIVE = [] include Aws::Structure end |
#version_status ⇒ String
The status of the version.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3650 class BrandDetail < Struct.new( :brand_id, :arn, :brand_status, :created_time, :last_updated_time, :version_id, :version_status, :errors, :logo) SENSITIVE = [] include Aws::Structure end |