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)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def action_group
  @action_group
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def agent_id
  @agent_id
end

#confirmation_state"CONFIRM", "DENY"

Returns the value of attribute confirmation_state.

Returns:

  • ("CONFIRM", "DENY")


1108
1109
1110
# File 'sig/types.rbs', line 1108

def confirmation_state
  @confirmation_state
end

#function::String

Returns the value of attribute function.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def function
  @function
end

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

Returns the value of attribute response_body.

Returns:



1110
1111
1112
# File 'sig/types.rbs', line 1110

def response_body
  @response_body
end

#response_state"FAILURE", "REPROMPT"

Returns the value of attribute response_state.

Returns:

  • ("FAILURE", "REPROMPT")


1111
1112
1113
# File 'sig/types.rbs', line 1111

def response_state
  @response_state
end