Class: Aws::BedrockAgent::Types::DeleteAgentVersionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

The unique identifier of the agent that the version belongs to.

Returns:

  • (String)


1635
1636
1637
1638
1639
1640
1641
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1635

class DeleteAgentVersionResponse < Struct.new(
  :agent_id,
  :agent_status,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#agent_statusString

The status of the agent version.

Returns:

  • (String)


1635
1636
1637
1638
1639
1640
1641
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1635

class DeleteAgentVersionResponse < Struct.new(
  :agent_id,
  :agent_status,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#agent_versionString

The version that was deleted.

Returns:

  • (String)


1635
1636
1637
1638
1639
1640
1641
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1635

class DeleteAgentVersionResponse < Struct.new(
  :agent_id,
  :agent_status,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end