Class: Aws::QuickSight::Types::DescribeThemeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeThemeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#theme ⇒ Types::Theme
The information about the theme that you are describing.
Instance Attribute Details
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
14307 14308 14309 14310 14311 14312 14313 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14307 class DescribeThemeResponse < Struct.new( :theme, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
14307 14308 14309 14310 14311 14312 14313 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14307 class DescribeThemeResponse < Struct.new( :theme, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#theme ⇒ Types::Theme
The information about the theme that you are describing.
14307 14308 14309 14310 14311 14312 14313 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14307 class DescribeThemeResponse < Struct.new( :theme, :status, :request_id) SENSITIVE = [] include Aws::Structure end |