Class: Aws::Types::UpdateRouteResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_gateway_managedBoolean

Returns the value of attribute api_gateway_managed.

Returns:

  • (Boolean)


2675
2676
2677
# File 'sig/types.rbs', line 2675

def api_gateway_managed
  @api_gateway_managed
end

#api_key_requiredBoolean

Returns the value of attribute api_key_required.

Returns:

  • (Boolean)


2676
2677
2678
# File 'sig/types.rbs', line 2676

def api_key_required
  @api_key_required
end

#authorization_scopes::Array[::String]

Returns the value of attribute authorization_scopes.

Returns:

  • (::Array[::String])


2677
2678
2679
# File 'sig/types.rbs', line 2677

def authorization_scopes
  @authorization_scopes
end

#authorization_type"NONE", ...

Returns the value of attribute authorization_type.

Returns:

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


2678
2679
2680
# File 'sig/types.rbs', line 2678

def authorization_type
  @authorization_type
end

#authorizer_id::String

Returns the value of attribute authorizer_id.

Returns:

  • (::String)


2679
2680
2681
# File 'sig/types.rbs', line 2679

def authorizer_id
  @authorizer_id
end

#model_selection_expression::String

Returns the value of attribute model_selection_expression.

Returns:

  • (::String)


2680
2681
2682
# File 'sig/types.rbs', line 2680

def model_selection_expression
  @model_selection_expression
end

#operation_name::String

Returns the value of attribute operation_name.

Returns:

  • (::String)


2681
2682
2683
# File 'sig/types.rbs', line 2681

def operation_name
  @operation_name
end

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

Returns the value of attribute request_models.

Returns:

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


2682
2683
2684
# File 'sig/types.rbs', line 2682

def request_models
  @request_models
end

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

Returns the value of attribute request_parameters.

Returns:



2683
2684
2685
# File 'sig/types.rbs', line 2683

def request_parameters
  @request_parameters
end

#route_id::String

Returns the value of attribute route_id.

Returns:

  • (::String)


2684
2685
2686
# File 'sig/types.rbs', line 2684

def route_id
  @route_id
end

#route_key::String

Returns the value of attribute route_key.

Returns:

  • (::String)


2685
2686
2687
# File 'sig/types.rbs', line 2685

def route_key
  @route_key
end

#route_response_selection_expression::String

Returns the value of attribute route_response_selection_expression.

Returns:

  • (::String)


2686
2687
2688
# File 'sig/types.rbs', line 2686

def route_response_selection_expression
  @route_response_selection_expression
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


2687
2688
2689
# File 'sig/types.rbs', line 2687

def target
  @target
end