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

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

Overview

Delete Agent Version Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

Identifier for a resource.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1346

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

#agent_statusString

Schema Type for Action APIs.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1346

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

#agent_versionString

Numerical Agent Version.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1346

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