Class: Aws::Types::PromptRouterSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3121
3122
3123
# File 'sig/types.rbs', line 3121

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3120
3121
3122
# File 'sig/types.rbs', line 3120

def description
  @description
end

#fallback_modelTypes::PromptRouterTargetModel

Returns the value of attribute fallback_model.



3125
3126
3127
# File 'sig/types.rbs', line 3125

def fallback_model
  @fallback_model
end

#models::Array[Types::PromptRouterTargetModel]

Returns the value of attribute models.

Returns:



3124
3125
3126
# File 'sig/types.rbs', line 3124

def models
  @models
end

#prompt_router_arn::String

Returns the value of attribute prompt_router_arn.

Returns:

  • (::String)


3123
3124
3125
# File 'sig/types.rbs', line 3123

def prompt_router_arn
  @prompt_router_arn
end

#prompt_router_name::String

Returns the value of attribute prompt_router_name.

Returns:

  • (::String)


3118
3119
3120
# File 'sig/types.rbs', line 3118

def prompt_router_name
  @prompt_router_name
end

#routing_criteriaTypes::RoutingCriteria

Returns the value of attribute routing_criteria.



3119
3120
3121
# File 'sig/types.rbs', line 3119

def routing_criteria
  @routing_criteria
end

#status"AVAILABLE"

Returns the value of attribute status.

Returns:

  • ("AVAILABLE")


3126
3127
3128
# File 'sig/types.rbs', line 3126

def status
  @status
end

#type"custom", "default"

Returns the value of attribute type.

Returns:

  • ("custom", "default")


3127
3128
3129
# File 'sig/types.rbs', line 3127

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3122
3123
3124
# File 'sig/types.rbs', line 3122

def updated_at
  @updated_at
end