Class: Aws::QuickSight::Types::UpdateThemeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateThemeResponse
- Defined in:
- gems/aws-sdk-quicksight/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.
41751 41752 41753 41754 41755 41756 41757 41758 41759 41760 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41751 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.
41751 41752 41753 41754 41755 41756 41757 41758 41759 41760 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41751 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.
41751 41752 41753 41754 41755 41756 41757 41758 41759 41760 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41751 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.
41751 41752 41753 41754 41755 41756 41757 41758 41759 41760 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41751 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.
41751 41752 41753 41754 41755 41756 41757 41758 41759 41760 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41751 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.
41751 41752 41753 41754 41755 41756 41757 41758 41759 41760 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41751 class UpdateThemeResponse < Struct.new( :theme_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |