Class: Aws::QuickSight::Types::DescribeFlowResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flowTypes::FlowDetail

The full details of the flow.

Returns:



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_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


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