Class: Aws::QuickSight::Types::DescribeFlowRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id ⇒ String

The ID of the Amazon Web Services account that contains the flow that you are describing.

Returns:

  • (String)


20455
20456
20457
20458
20459
20460
20461
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20455

class DescribeFlowRequest < Struct.new(
  :aws_account_id,
  :flow_id,
  :publish_state)
  SENSITIVE = []
  include Aws::Structure
end

#flow_id ⇒ String

The unique identifier of the flow.

Returns:

  • (String)


20455
20456
20457
20458
20459
20460
20461
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20455

class DescribeFlowRequest < Struct.new(
  :aws_account_id,
  :flow_id,
  :publish_state)
  SENSITIVE = []
  include Aws::Structure
end

#publish_state ⇒ String

The publish state of the flow version to describe. Valid values are DRAFT, PUBLISHED, or PENDING_APPROVAL.

Returns:

  • (String)


20455
20456
20457
20458
20459
20460
20461
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20455

class DescribeFlowRequest < Struct.new(
  :aws_account_id,
  :flow_id,
  :publish_state)
  SENSITIVE = []
  include Aws::Structure
end