Class: Aws::QuickSight::Types::DeleteThemeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteThemeResponse
- 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) of the resource.
-
#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.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
11566 11567 11568 11569 11570 11571 11572 11573 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11566 class DeleteThemeResponse < Struct.new( :arn, :request_id, :status, :theme_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
11566 11567 11568 11569 11570 11571 11572 11573 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11566 class DeleteThemeResponse < Struct.new( :arn, :request_id, :status, :theme_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
11566 11567 11568 11569 11570 11571 11572 11573 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11566 class DeleteThemeResponse < Struct.new( :arn, :request_id, :status, :theme_id) SENSITIVE = [] include Aws::Structure end |
#theme_id ⇒ String
An ID for the theme.
11566 11567 11568 11569 11570 11571 11572 11573 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11566 class DeleteThemeResponse < Struct.new( :arn, :request_id, :status, :theme_id) SENSITIVE = [] include Aws::Structure end |