Class: Aws::BedrockAgent::Types::GetFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::GetFlowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_identifier ⇒ String
The unique identifier of the flow.
-
#included_data ⇒ String
Controls the scope of data returned.
Instance Attribute Details
#flow_identifier ⇒ String
The unique identifier of the flow.
5244 5245 5246 5247 5248 5249 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5244 class GetFlowRequest < Struct.new( :flow_identifier, :included_data) SENSITIVE = [] include Aws::Structure end |
#included_data ⇒ String
Controls the scope of data returned. Set to ‘METADATA_ONLY` to return only resource metadata. Set to `ALL_DATA` or omit this field to return the full response.
5244 5245 5246 5247 5248 5249 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5244 class GetFlowRequest < Struct.new( :flow_identifier, :included_data) SENSITIVE = [] include Aws::Structure end |