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:



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_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


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