Class: Aws::QuickSight::Types::DescribeDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeDataSourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
The information on the data source.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#data_source ⇒ Types::DataSource
The information on the data source.
13259 13260 13261 13262 13263 13264 13265 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13259 class DescribeDataSourceResponse < Struct.new( :data_source, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
13259 13260 13261 13262 13263 13264 13265 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13259 class DescribeDataSourceResponse < Struct.new( :data_source, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
13259 13260 13261 13262 13263 13264 13265 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13259 class DescribeDataSourceResponse < Struct.new( :data_source, :request_id, :status) SENSITIVE = [] include Aws::Structure end |