Class: Aws::BedrockAgent::Types::ActionGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ActionGroupSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
ActionGroup Summary
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_group_id ⇒ String
Identifier for a resource.
-
#action_group_name ⇒ String
Name for a resource.
-
#action_group_state ⇒ String
State of the action group.
-
#description ⇒ String
Description of the Resource.
-
#updated_at ⇒ Time
Time Stamp.
Instance Attribute Details
#action_group_id ⇒ String
Identifier for a resource.
104 105 106 107 108 109 110 111 112 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 104 class ActionGroupSummary < Struct.new( :action_group_id, :action_group_name, :action_group_state, :description, :updated_at) SENSITIVE = [] include Aws::Structure end |
#action_group_name ⇒ String
Name for a resource.
104 105 106 107 108 109 110 111 112 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 104 class ActionGroupSummary < Struct.new( :action_group_id, :action_group_name, :action_group_state, :description, :updated_at) SENSITIVE = [] include Aws::Structure end |
#action_group_state ⇒ String
State of the action group
104 105 106 107 108 109 110 111 112 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 104 class ActionGroupSummary < Struct.new( :action_group_id, :action_group_name, :action_group_state, :description, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the Resource.
104 105 106 107 108 109 110 111 112 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 104 class ActionGroupSummary < Struct.new( :action_group_id, :action_group_name, :action_group_state, :description, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Time Stamp.
104 105 106 107 108 109 110 111 112 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 104 class ActionGroupSummary < Struct.new( :action_group_id, :action_group_name, :action_group_state, :description, :updated_at) SENSITIVE = [] include Aws::Structure end |