Class: Aws::Types::FunctionResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_group::String

Returns the value of attribute action_group.

Returns:

  • (::String)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def action_group
  @action_group
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def agent_id
  @agent_id
end

#confirmation_state"CONFIRM", "DENY"

Returns the value of attribute confirmation_state.

Returns:

  • ("CONFIRM", "DENY")


1026
1027
1028
# File 'sig/types.rbs', line 1026

def confirmation_state
  @confirmation_state
end

#function::String

Returns the value of attribute function.

Returns:

  • (::String)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def function
  @function
end

#response_body::Hash[::String, Types::ContentBody]

Returns the value of attribute response_body.

Returns:



1028
1029
1030
# File 'sig/types.rbs', line 1028

def response_body
  @response_body
end

#response_state"FAILURE", "REPROMPT"

Returns the value of attribute response_state.

Returns:

  • ("FAILURE", "REPROMPT")


1029
1030
1031
# File 'sig/types.rbs', line 1029

def response_state
  @response_state
end