Class: Aws::QuickSight::Types::DescribeThemeAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeThemeAliasResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#theme_alias ⇒ Types::ThemeAlias
Information about the theme alias.
Instance Attribute Details
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
6621 6622 6623 6624 6625 6626 6627 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6621 class DescribeThemeAliasResponse < Struct.new( :theme_alias, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
6621 6622 6623 6624 6625 6626 6627 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6621 class DescribeThemeAliasResponse < Struct.new( :theme_alias, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#theme_alias ⇒ Types::ThemeAlias
Information about the theme alias.
6621 6622 6623 6624 6625 6626 6627 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6621 class DescribeThemeAliasResponse < Struct.new( :theme_alias, :status, :request_id) SENSITIVE = [] include Aws::Structure end |