Class: Aws::QuickSight::Types::DescribeTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeTemplateResponse
- 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.
-
#template ⇒ Types::Template
The template structure for the object you want to describe.
Instance Attribute Details
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
14156 14157 14158 14159 14160 14161 14162 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14156 class DescribeTemplateResponse < Struct.new( :template, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
14156 14157 14158 14159 14160 14161 14162 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14156 class DescribeTemplateResponse < Struct.new( :template, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#template ⇒ Types::Template
The template structure for the object you want to describe.
14156 14157 14158 14159 14160 14161 14162 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14156 class DescribeTemplateResponse < Struct.new( :template, :status, :request_id) SENSITIVE = [] include Aws::Structure end |