Class: Aws::QuickSight::Types::UpdateFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateFlowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
-
#flow_id ⇒ String
The unique identifier of the flow.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
45517 45518 45519 45520 45521 45522 45523 45524 |
# File 'lib/aws-sdk-quicksight/types.rb', line 45517 class UpdateFlowResponse < Struct.new( :arn, :flow_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#flow_id ⇒ String
The unique identifier of the flow.
45517 45518 45519 45520 45521 45522 45523 45524 |
# File 'lib/aws-sdk-quicksight/types.rb', line 45517 class UpdateFlowResponse < Struct.new( :arn, :flow_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
45517 45518 45519 45520 45521 45522 45523 45524 |
# File 'lib/aws-sdk-quicksight/types.rb', line 45517 class UpdateFlowResponse < Struct.new( :arn, :flow_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
45517 45518 45519 45520 45521 45522 45523 45524 |
# File 'lib/aws-sdk-quicksight/types.rb', line 45517 class UpdateFlowResponse < Struct.new( :arn, :flow_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |