Class: Aws::QuickSight::Types::UpdateFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateFlowRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:flow_definition]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the flow that you are updating.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
Updated description for the flow.
-
#flow_definition ⇒ Hash, ...
The definition of the flow, specifying the steps and configurations.
-
#flow_id ⇒ String
The unique identifier of the flow to update.
-
#name ⇒ String
Updated display name for the flow.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the flow that you are updating.
46293 46294 46295 46296 46297 46298 46299 46300 46301 46302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46293 class UpdateFlowRequest < Struct.new( :aws_account_id, :flow_id, :name, :description, :flow_definition, :client_token) SENSITIVE = [:flow_definition] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
46293 46294 46295 46296 46297 46298 46299 46300 46301 46302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46293 class UpdateFlowRequest < Struct.new( :aws_account_id, :flow_id, :name, :description, :flow_definition, :client_token) SENSITIVE = [:flow_definition] include Aws::Structure end |
#description ⇒ String
Updated description for the flow. Omit to preserve the existing description.
46293 46294 46295 46296 46297 46298 46299 46300 46301 46302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46293 class UpdateFlowRequest < Struct.new( :aws_account_id, :flow_id, :name, :description, :flow_definition, :client_token) SENSITIVE = [:flow_definition] include Aws::Structure end |
#flow_definition ⇒ Hash, ...
The definition of the flow, specifying the steps and configurations. This is the flow definition in Quick Flow's internal format. The format is subject to change. When provided, all existing steps are replaced. Omit to preserve the existing definition.
DescribeFlow operation to ensure you are working with the latest
format.
46293 46294 46295 46296 46297 46298 46299 46300 46301 46302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46293 class UpdateFlowRequest < Struct.new( :aws_account_id, :flow_id, :name, :description, :flow_definition, :client_token) SENSITIVE = [:flow_definition] include Aws::Structure end |
#flow_id ⇒ String
The unique identifier of the flow to update.
46293 46294 46295 46296 46297 46298 46299 46300 46301 46302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46293 class UpdateFlowRequest < Struct.new( :aws_account_id, :flow_id, :name, :description, :flow_definition, :client_token) SENSITIVE = [:flow_definition] include Aws::Structure end |
#name ⇒ String
Updated display name for the flow. Omit to preserve the existing name.
46293 46294 46295 46296 46297 46298 46299 46300 46301 46302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46293 class UpdateFlowRequest < Struct.new( :aws_account_id, :flow_id, :name, :description, :flow_definition, :client_token) SENSITIVE = [:flow_definition] include Aws::Structure end |