Class: Aws::BedrockAgent::Types::ActionGroupSummary

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

Overview

ActionGroup Summary

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_group_idString

Identifier for a resource.

Returns:

  • (String)


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_nameString

Name for a resource.

Returns:

  • (String)


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_stateString

State of the action group

Returns:

  • (String)


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

#descriptionString

Description of the Resource.

Returns:

  • (String)


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_atTime

Time Stamp.

Returns:

  • (Time)


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