Class: Aws::QuickSight::Types::DescribeThemeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeThemeResponse
- Defined in:
- gems/aws-sdk-quicksight/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.
7039 7040 7041 7042 7043 7044 7045 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7039 class DescribeThemeResponse < Struct.new( :theme, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
7039 7040 7041 7042 7043 7044 7045 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7039 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.
7039 7040 7041 7042 7043 7044 7045 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7039 class DescribeThemeResponse < Struct.new( :theme, :status, :request_id) SENSITIVE = [] include Aws::Structure end |