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.
17876 17877 17878 17879 17880 17881 17882 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17876 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.
17876 17877 17878 17879 17880 17881 17882 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17876 class DescribeFlowResponse < Struct.new( :flow, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
17876 17877 17878 17879 17880 17881 17882 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17876 class DescribeFlowResponse < Struct.new( :flow, :request_id, :status) SENSITIVE = [] include Aws::Structure end |