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.
36886 36887 36888 36889 36890 36891 36892 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36886 class UpdateThemeAliasResponse < Struct.new( :theme_alias, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
36886 36887 36888 36889 36890 36891 36892 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36886 class UpdateThemeAliasResponse < Struct.new( :theme_alias, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#theme_alias ⇒ Types::ThemeAlias
Information about the theme alias.
36886 36887 36888 36889 36890 36891 36892 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36886 class UpdateThemeAliasResponse < Struct.new( :theme_alias, :status, :request_id) SENSITIVE = [] include Aws::Structure end |