Class: Aws::Types::IssueLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_locale ⇒ ::String

Returns the value of attribute bot_locale.

Returns:

  • (::String)


2079
2080
2081
# File 'sig/types.rbs', line 2079

def bot_locale
  @bot_locale
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


2080
2081
2082
# File 'sig/types.rbs', line 2080

def intent_id
  @intent_id
end

#slot_id ⇒ ::String

Returns the value of attribute slot_id.

Returns:

  • (::String)


2081
2082
2083
# File 'sig/types.rbs', line 2081

def slot_id
  @slot_id
end