Class: Aws::QuickSight::Types::CreateThemeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateThemeResponse
- 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 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.
9224 9225 9226 9227 9228 9229 9230 9231 9232 9233 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9224 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.
9224 9225 9226 9227 9228 9229 9230 9231 9232 9233 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9224 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.
9224 9225 9226 9227 9228 9229 9230 9231 9232 9233 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9224 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.
9224 9225 9226 9227 9228 9229 9230 9231 9232 9233 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9224 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.
9224 9225 9226 9227 9228 9229 9230 9231 9232 9233 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9224 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.
9224 9225 9226 9227 9228 9229 9230 9231 9232 9233 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9224 class CreateThemeResponse < Struct.new( :arn, :version_arn, :theme_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |