Class: Aws::Types::UpdateRouteResponseInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#model_selection_expression::String

Returns the value of attribute model_selection_expression.

Returns:

  • (::String)


2692
2693
2694
# File 'sig/types.rbs', line 2692

def model_selection_expression
  @model_selection_expression
end

#response_models::Hash[::String, ::String]

Returns the value of attribute response_models.

Returns:

  • (::Hash[::String, ::String])


2693
2694
2695
# File 'sig/types.rbs', line 2693

def response_models
  @response_models
end

#response_parameters::Hash[::String, Types::ParameterConstraints]

Returns the value of attribute response_parameters.

Returns:



2694
2695
2696
# File 'sig/types.rbs', line 2694

def response_parameters
  @response_parameters
end

#route_response_key::String

Returns the value of attribute route_response_key.

Returns:

  • (::String)


2695
2696
2697
# File 'sig/types.rbs', line 2695

def route_response_key
  @route_response_key
end