Class: Aws::QuickSight::Types::UpdateThemeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateThemeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the theme.
-
#creation_status ⇒ String
The creation status of the theme.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#theme_id ⇒ String
The ID for the theme.
-
#version_arn ⇒ String
The Amazon Resource Name (ARN) for the new version of the theme.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the theme.
35463 35464 35465 35466 35467 35468 35469 35470 35471 35472 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35463 class UpdateThemeResponse < Struct.new( :theme_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#creation_status ⇒ String
The creation status of the theme.
35463 35464 35465 35466 35467 35468 35469 35470 35471 35472 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35463 class UpdateThemeResponse < Struct.new( :theme_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
35463 35464 35465 35466 35467 35468 35469 35470 35471 35472 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35463 class UpdateThemeResponse < Struct.new( :theme_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
35463 35464 35465 35466 35467 35468 35469 35470 35471 35472 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35463 class UpdateThemeResponse < Struct.new( :theme_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#theme_id ⇒ String
The ID for the theme.
35463 35464 35465 35466 35467 35468 35469 35470 35471 35472 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35463 class UpdateThemeResponse < Struct.new( :theme_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#version_arn ⇒ String
The Amazon Resource Name (ARN) for the new version of the theme.
35463 35464 35465 35466 35467 35468 35469 35470 35471 35472 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35463 class UpdateThemeResponse < Struct.new( :theme_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |