Class: Aws::Types::UpdateRouteRequest

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)


2658
2659
2660
# File 'sig/types.rbs', line 2658

def api_id
  @api_id
end

#api_key_requiredBoolean

Returns the value of attribute api_key_required.

Returns:

  • (Boolean)


2659
2660
2661
# File 'sig/types.rbs', line 2659

def api_key_required
  @api_key_required
end

#authorization_scopes::Array[::String]

Returns the value of attribute authorization_scopes.

Returns:

  • (::Array[::String])


2660
2661
2662
# File 'sig/types.rbs', line 2660

def authorization_scopes
  @authorization_scopes
end

#authorization_type"NONE", ...

Returns the value of attribute authorization_type.

Returns:

  • ("NONE", "AWS_IAM", "CUSTOM", "JWT")


2661
2662
2663
# File 'sig/types.rbs', line 2661

def authorization_type
  @authorization_type
end

#authorizer_id::String

Returns the value of attribute authorizer_id.

Returns:

  • (::String)


2662
2663
2664
# File 'sig/types.rbs', line 2662

def authorizer_id
  @authorizer_id
end

#model_selection_expression::String

Returns the value of attribute model_selection_expression.

Returns:

  • (::String)


2663
2664
2665
# File 'sig/types.rbs', line 2663

def model_selection_expression
  @model_selection_expression
end

#operation_name::String

Returns the value of attribute operation_name.

Returns:

  • (::String)


2664
2665
2666
# File 'sig/types.rbs', line 2664

def operation_name
  @operation_name
end

#request_models::Hash[::String, ::String]

Returns the value of attribute request_models.

Returns:

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


2665
2666
2667
# File 'sig/types.rbs', line 2665

def request_models
  @request_models
end

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

Returns the value of attribute request_parameters.

Returns:



2666
2667
2668
# File 'sig/types.rbs', line 2666

def request_parameters
  @request_parameters
end

#route_id::String

Returns the value of attribute route_id.

Returns:

  • (::String)


2667
2668
2669
# File 'sig/types.rbs', line 2667

def route_id
  @route_id
end

#route_key::String

Returns the value of attribute route_key.

Returns:

  • (::String)


2668
2669
2670
# File 'sig/types.rbs', line 2668

def route_key
  @route_key
end

#route_response_selection_expression::String

Returns the value of attribute route_response_selection_expression.

Returns:

  • (::String)


2669
2670
2671
# File 'sig/types.rbs', line 2669

def route_response_selection_expression
  @route_response_selection_expression
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


2670
2671
2672
# File 'sig/types.rbs', line 2670

def target
  @target
end