Class: Aws::QuickSight::Types::DescribeDataSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeDataSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_set ⇒ Types::DataSet
Information on the dataset.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#data_set ⇒ Types::DataSet
Information on the dataset.
13168 13169 13170 13171 13172 13173 13174 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13168 class DescribeDataSetResponse < Struct.new( :data_set, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
13168 13169 13170 13171 13172 13173 13174 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13168 class DescribeDataSetResponse < Struct.new( :data_set, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
13168 13169 13170 13171 13172 13173 13174 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13168 class DescribeDataSetResponse < Struct.new( :data_set, :request_id, :status) SENSITIVE = [] include Aws::Structure end |