Class: Aws::Types::Agent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:starter_prompts, :welcome_message])

Instance Attribute Summary collapse

Instance Attribute Details

#action_connectors::Array[::String]

Returns the value of attribute action_connectors.

Returns:

  • (::Array[::String])


114
115
116
# File 'sig/types.rbs', line 114

def action_connectors
  @action_connectors
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def agent_id
  @agent_id
end

#agent_lifecycle"PREVIEW", "PUBLISHED"

Returns the value of attribute agent_lifecycle.

Returns:

  • ("PREVIEW", "PUBLISHED")


122
123
124
# File 'sig/types.rbs', line 122

def agent_lifecycle
  @agent_lifecycle
end

#agent_status"ACTIVE", ...

Returns the value of attribute agent_status.

Returns:

  • ("ACTIVE", "UPDATING", "FAILED", "CREATING")


123
124
125
# File 'sig/types.rbs', line 123

def agent_status
  @agent_status
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


124
125
126
# File 'sig/types.rbs', line 124

def created_at
  @created_at
end

#creator::String

Returns the value of attribute creator.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def creator
  @creator
end

#custom_prompt_interfaceTypes::CustomPromptInterface

Returns the value of attribute custom_prompt_interface.



126
127
128
# File 'sig/types.rbs', line 126

def custom_prompt_interface
  @custom_prompt_interface
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def description
  @description
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def error_message
  @error_message
end

#icon_id::String

Returns the value of attribute icon_id.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def icon_id
  @icon_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def name
  @name
end

#spaces::Array[::String]

Returns the value of attribute spaces.

Returns:

  • (::Array[::String])


113
114
115
# File 'sig/types.rbs', line 113

def spaces
  @spaces
end

#starter_prompts::Array[::String]

Returns the value of attribute starter_prompts.

Returns:

  • (::Array[::String])


118
119
120
# File 'sig/types.rbs', line 118

def starter_prompts
  @starter_prompts
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


128
129
130
# File 'sig/types.rbs', line 128

def updated_at
  @updated_at
end

#welcome_message::String

Returns the value of attribute welcome_message.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def welcome_message
  @welcome_message
end