Class: Aws::QuickSight::Types::CreateFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateFlowResponse
- 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.
8903 8904 8905 8906 8907 8908 8909 8910 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8903 class CreateFlowResponse < Struct.new( :arn, :flow_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#flow_id ⇒ String
The unique identifier of the flow.
8903 8904 8905 8906 8907 8908 8909 8910 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8903 class CreateFlowResponse < 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.
8903 8904 8905 8906 8907 8908 8909 8910 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8903 class CreateFlowResponse < Struct.new( :arn, :flow_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
8903 8904 8905 8906 8907 8908 8909 8910 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8903 class CreateFlowResponse < Struct.new( :arn, :flow_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |