Class: Aws::Types::UpdateAIAgentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agent_id::String

Returns the value of attribute ai_agent_id.

Returns:

  • (::String)


3167
3168
3169
# File 'sig/types.rbs', line 3167

def ai_agent_id
  @ai_agent_id
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


3166
3167
3168
# File 'sig/types.rbs', line 3166

def assistant_id
  @assistant_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3165
3166
3167
# File 'sig/types.rbs', line 3165

def client_token
  @client_token
end

#configurationTypes::AIAgentConfiguration

Returns the value of attribute configuration.



3169
3170
3171
# File 'sig/types.rbs', line 3169

def configuration
  @configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3170
3171
3172
# File 'sig/types.rbs', line 3170

def description
  @description
end

#visibility_status"SAVED", "PUBLISHED"

Returns the value of attribute visibility_status.

Returns:

  • ("SAVED", "PUBLISHED")


3168
3169
3170
# File 'sig/types.rbs', line 3168

def visibility_status
  @visibility_status
end