Class: Aws::BedrockAgent::Types::AgentVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AgentVersionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Summary of agent version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_name ⇒ String
Name for a resource.
-
#agent_status ⇒ String
Schema Type for Action APIs.
-
#agent_version ⇒ String
Agent Version.
-
#created_at ⇒ Time
Time Stamp.
-
#description ⇒ String
Description of the Resource.
-
#updated_at ⇒ Time
Time Stamp.
Instance Attribute Details
#agent_name ⇒ String
Name for a resource.
659 660 661 662 663 664 665 666 667 668 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 659 class AgentVersionSummary < Struct.new( :agent_name, :agent_status, :agent_version, :created_at, :updated_at, :description) SENSITIVE = [] include Aws::Structure end |
#agent_status ⇒ String
Schema Type for Action APIs.
659 660 661 662 663 664 665 666 667 668 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 659 class AgentVersionSummary < Struct.new( :agent_name, :agent_status, :agent_version, :created_at, :updated_at, :description) SENSITIVE = [] include Aws::Structure end |
#agent_version ⇒ String
Agent Version.
659 660 661 662 663 664 665 666 667 668 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 659 class AgentVersionSummary < Struct.new( :agent_name, :agent_status, :agent_version, :created_at, :updated_at, :description) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Time Stamp.
659 660 661 662 663 664 665 666 667 668 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 659 class AgentVersionSummary < Struct.new( :agent_name, :agent_status, :agent_version, :created_at, :updated_at, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the Resource.
659 660 661 662 663 664 665 666 667 668 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 659 class AgentVersionSummary < Struct.new( :agent_name, :agent_status, :agent_version, :created_at, :updated_at, :description) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Time Stamp.
659 660 661 662 663 664 665 666 667 668 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 659 class AgentVersionSummary < Struct.new( :agent_name, :agent_status, :agent_version, :created_at, :updated_at, :description) SENSITIVE = [] include Aws::Structure end |