Class: Aws::Types::Prompt

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#max_attempts::Integer

Returns the value of attribute max_attempts.



697
698
699
# File 'sig/types.rbs', line 697

def max_attempts
  @max_attempts
end

#messages::Array[Types::Message]

Returns the value of attribute messages.



696
697
698
# File 'sig/types.rbs', line 696

def messages
  @messages
end

#response_card::String

Returns the value of attribute response_card.



698
699
700
# File 'sig/types.rbs', line 698

def response_card
  @response_card
end