Class: Aws::QuickSight::Types::DescribeFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeFlowRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the flow that you are describing.
-
#flow_id ⇒ String
The unique identifier of the flow.
-
#publish_state ⇒ String
The publish state of the flow version to describe.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the flow that you are describing.
18026 18027 18028 18029 18030 18031 18032 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18026 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.
18026 18027 18028 18029 18030 18031 18032 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18026 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.
18026 18027 18028 18029 18030 18031 18032 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18026 class DescribeFlowRequest < Struct.new( :aws_account_id, :flow_id, :publish_state) SENSITIVE = [] include Aws::Structure end |