Class: Aws::QuickSight::Types::UpdateThemeAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateThemeAliasResponse
- 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.
37410 37411 37412 37413 37414 37415 37416 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37410 class UpdateThemeAliasResponse < Struct.new( :theme_alias, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
37410 37411 37412 37413 37414 37415 37416 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37410 class UpdateThemeAliasResponse < Struct.new( :theme_alias, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#theme_alias ⇒ Types::ThemeAlias
Information about the theme alias.
37410 37411 37412 37413 37414 37415 37416 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37410 class UpdateThemeAliasResponse < Struct.new( :theme_alias, :status, :request_id) SENSITIVE = [] include Aws::Structure end |