Class: Aws::QuickSight::Types::DescribeThemeAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeThemeAliasResponse
- Includes:
- Structure
- Defined in:
- 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.
14201 14202 14203 14204 14205 14206 14207 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14201 class DescribeThemeAliasResponse < Struct.new( :theme_alias, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
14201 14202 14203 14204 14205 14206 14207 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14201 class DescribeThemeAliasResponse < Struct.new( :theme_alias, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#theme_alias ⇒ Types::ThemeAlias
Information about the theme alias.
14201 14202 14203 14204 14205 14206 14207 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14201 class DescribeThemeAliasResponse < Struct.new( :theme_alias, :status, :request_id) SENSITIVE = [] include Aws::Structure end |