Class: Aws::BedrockAgent::Types::DeleteFlowAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeleteFlowAliasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_identifier ⇒ String
The unique identifier of the alias to be deleted.
-
#flow_identifier ⇒ String
The unique identifier of the flow that the alias belongs to.
Instance Attribute Details
#alias_identifier ⇒ String
The unique identifier of the alias to be deleted.
2616 2617 2618 2619 2620 2621 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2616 class DeleteFlowAliasRequest < Struct.new( :alias_identifier, :flow_identifier) SENSITIVE = [] include Aws::Structure end |
#flow_identifier ⇒ String
The unique identifier of the flow that the alias belongs to.
2616 2617 2618 2619 2620 2621 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2616 class DeleteFlowAliasRequest < Struct.new( :alias_identifier, :flow_identifier) SENSITIVE = [] include Aws::Structure end |