Class: Aws::BedrockAgent::Types::DeleteAgentAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeleteAgentAliasResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Delete Agent Alias Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_alias_id ⇒ String
Id for an Agent Alias generated at the server side.
-
#agent_alias_status ⇒ String
The statuses an Agent Alias can be in.
-
#agent_id ⇒ String
Identifier for a resource.
Instance Attribute Details
#agent_alias_id ⇒ String
Id for an Agent Alias generated at the server side.
1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1258 class DeleteAgentAliasResponse < Struct.new( :agent_id, :agent_alias_id, :agent_alias_status) SENSITIVE = [] include Aws::Structure end |
#agent_alias_status ⇒ String
The statuses an Agent Alias can be in.
1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1258 class DeleteAgentAliasResponse < Struct.new( :agent_id, :agent_alias_id, :agent_alias_status) SENSITIVE = [] include Aws::Structure end |
#agent_id ⇒ String
Identifier for a resource.
1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1258 class DeleteAgentAliasResponse < Struct.new( :agent_id, :agent_alias_id, :agent_alias_status) SENSITIVE = [] include Aws::Structure end |