Class: Aws::BedrockAgent::Types::DeleteAgentAliasResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Delete Agent Alias Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_alias_idString

Id for an Agent Alias generated at the server side.

Returns:

  • (String)


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_statusString

The statuses an Agent Alias can be in.

Returns:

  • (String)


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_idString

Identifier for a resource.

Returns:

  • (String)


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