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
permalink #arn ⇒ String
The Amazon Resource Name (ARN) for the theme.
38011 38012 38013 38014 38015 38016 38017 38018 38019 38020 |
# File 'lib/aws-sdk-quicksight/types.rb', line 38011 class UpdateThemeResponse < Struct.new( :theme_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
permalink #creation_status ⇒ String
The creation status of the theme.
38011 38012 38013 38014 38015 38016 38017 38018 38019 38020 |
# File 'lib/aws-sdk-quicksight/types.rb', line 38011 class UpdateThemeResponse < Struct.new( :theme_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
permalink #request_id ⇒ String
The Amazon Web Services request ID for this operation.
38011 38012 38013 38014 38015 38016 38017 38018 38019 38020 |
# File 'lib/aws-sdk-quicksight/types.rb', line 38011 class UpdateThemeResponse < Struct.new( :theme_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
permalink #status ⇒ Integer
The HTTP status of the request.
38011 38012 38013 38014 38015 38016 38017 38018 38019 38020 |
# File 'lib/aws-sdk-quicksight/types.rb', line 38011 class UpdateThemeResponse < Struct.new( :theme_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
permalink #theme_id ⇒ String
The ID for the theme.
38011 38012 38013 38014 38015 38016 38017 38018 38019 38020 |
# File 'lib/aws-sdk-quicksight/types.rb', line 38011 class UpdateThemeResponse < Struct.new( :theme_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
permalink #version_arn ⇒ String
The Amazon Resource Name (ARN) for the new version of the theme.
38011 38012 38013 38014 38015 38016 38017 38018 38019 38020 |
# File 'lib/aws-sdk-quicksight/types.rb', line 38011 class UpdateThemeResponse < Struct.new( :theme_id, :arn, :version_arn, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |