Class: Aws::BedrockAgent::Types::AgentSummary

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

Overview

Summary of Agent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

Identifier for a resource.

Returns:

  • (String)


530
531
532
533
534
535
536
537
538
539
# File 'lib/aws-sdk-bedrockagent/types.rb', line 530

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :updated_at,
  :latest_agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#agent_nameString

Name for a resource.

Returns:

  • (String)


530
531
532
533
534
535
536
537
538
539
# File 'lib/aws-sdk-bedrockagent/types.rb', line 530

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :updated_at,
  :latest_agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#agent_statusString

Schema Type for Action APIs.

Returns:

  • (String)


530
531
532
533
534
535
536
537
538
539
# File 'lib/aws-sdk-bedrockagent/types.rb', line 530

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :updated_at,
  :latest_agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Description of the Resource.

Returns:

  • (String)


530
531
532
533
534
535
536
537
538
539
# File 'lib/aws-sdk-bedrockagent/types.rb', line 530

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :updated_at,
  :latest_agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#latest_agent_versionString

Agent Version.

Returns:

  • (String)


530
531
532
533
534
535
536
537
538
539
# File 'lib/aws-sdk-bedrockagent/types.rb', line 530

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :updated_at,
  :latest_agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Time Stamp.

Returns:

  • (Time)


530
531
532
533
534
535
536
537
538
539
# File 'lib/aws-sdk-bedrockagent/types.rb', line 530

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :updated_at,
  :latest_agent_version)
  SENSITIVE = []
  include Aws::Structure
end