Class: Aws::Types::CreateRouteResponseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def api_id
  @api_id
end

#model_selection_expression::String

Returns the value of attribute model_selection_expression.

Returns:

  • (::String)


652
653
654
# File 'sig/types.rbs', line 652

def model_selection_expression
  @model_selection_expression
end

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

Returns the value of attribute response_models.

Returns:

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


653
654
655
# File 'sig/types.rbs', line 653

def response_models
  @response_models
end

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

Returns the value of attribute response_parameters.

Returns:



654
655
656
# File 'sig/types.rbs', line 654

def response_parameters
  @response_parameters
end

#route_id::String

Returns the value of attribute route_id.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def route_id
  @route_id
end

#route_response_key::String

Returns the value of attribute route_response_key.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def route_response_key
  @route_response_key
end