Class: Aws::QuickSight::Types::CreateThemeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateThemeResponse
- 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 theme creation status.
-
#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 of the theme.
-
#version_arn ⇒ String
The Amazon Resource Name (ARN) for the new theme.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the theme.
7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7113 class CreateThemeResponse < Struct.new( :arn, :version_arn, :theme_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#creation_status ⇒ String
The theme creation status.
7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7113 class CreateThemeResponse < Struct.new( :arn, :version_arn, :theme_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7113 class CreateThemeResponse < Struct.new( :arn, :version_arn, :theme_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7113 class CreateThemeResponse < Struct.new( :arn, :version_arn, :theme_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#theme_id ⇒ String
The ID of the theme.
7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7113 class CreateThemeResponse < Struct.new( :arn, :version_arn, :theme_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#version_arn ⇒ String
The Amazon Resource Name (ARN) for the new theme.
7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7113 class CreateThemeResponse < Struct.new( :arn, :version_arn, :theme_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |