Class: Aws::QuickSight::Types::DescribeFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeFlowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow ⇒ Types::FlowDetail
The full details of the flow.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#flow ⇒ Types::FlowDetail
The full details of the flow.
18048 18049 18050 18051 18052 18053 18054 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18048 class DescribeFlowResponse < Struct.new( :flow, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
18048 18049 18050 18051 18052 18053 18054 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18048 class DescribeFlowResponse < Struct.new( :flow, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
18048 18049 18050 18051 18052 18053 18054 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18048 class DescribeFlowResponse < Struct.new( :flow, :request_id, :status) SENSITIVE = [] include Aws::Structure end |