Class: Aws::QuickSight::Types::DeleteThemeAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteThemeAliasResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_name ⇒ String
The name for the theme alias.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the theme resource using the deleted alias.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#theme_id ⇒ String
An ID for the theme associated with the deletion.
Instance Attribute Details
#alias_name ⇒ String
The name for the theme alias.
11512 11513 11514 11515 11516 11517 11518 11519 11520 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11512 class DeleteThemeAliasResponse < Struct.new( :alias_name, :arn, :request_id, :status, :theme_id) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the theme resource using the deleted alias.
11512 11513 11514 11515 11516 11517 11518 11519 11520 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11512 class DeleteThemeAliasResponse < Struct.new( :alias_name, :arn, :request_id, :status, :theme_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
11512 11513 11514 11515 11516 11517 11518 11519 11520 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11512 class DeleteThemeAliasResponse < Struct.new( :alias_name, :arn, :request_id, :status, :theme_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
11512 11513 11514 11515 11516 11517 11518 11519 11520 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11512 class DeleteThemeAliasResponse < Struct.new( :alias_name, :arn, :request_id, :status, :theme_id) SENSITIVE = [] include Aws::Structure end |
#theme_id ⇒ String
An ID for the theme associated with the deletion.
11512 11513 11514 11515 11516 11517 11518 11519 11520 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11512 class DeleteThemeAliasResponse < Struct.new( :alias_name, :arn, :request_id, :status, :theme_id) SENSITIVE = [] include Aws::Structure end |