Class: Aws::Types::CreateRouteRequest

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)


610
611
612
# File 'sig/types.rbs', line 610

def api_id
  @api_id
end

#api_key_requiredBoolean

Returns the value of attribute api_key_required.

Returns:

  • (Boolean)


611
612
613
# File 'sig/types.rbs', line 611

def api_key_required
  @api_key_required
end

#authorization_scopes::Array[::String]

Returns the value of attribute authorization_scopes.

Returns:

  • (::Array[::String])


612
613
614
# File 'sig/types.rbs', line 612

def authorization_scopes
  @authorization_scopes
end

#authorization_type"NONE", ...

Returns the value of attribute authorization_type.

Returns:

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


613
614
615
# File 'sig/types.rbs', line 613

def authorization_type
  @authorization_type
end

#authorizer_id::String

Returns the value of attribute authorizer_id.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def authorizer_id
  @authorizer_id
end

#model_selection_expression::String

Returns the value of attribute model_selection_expression.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def model_selection_expression
  @model_selection_expression
end

#operation_name::String

Returns the value of attribute operation_name.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def operation_name
  @operation_name
end

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

Returns the value of attribute request_models.

Returns:

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


617
618
619
# File 'sig/types.rbs', line 617

def request_models
  @request_models
end

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

Returns the value of attribute request_parameters.

Returns:



618
619
620
# File 'sig/types.rbs', line 618

def request_parameters
  @request_parameters
end

#route_key::String

Returns the value of attribute route_key.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def route_key
  @route_key
end

#route_response_selection_expression::String

Returns the value of attribute route_response_selection_expression.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def route_response_selection_expression
  @route_response_selection_expression
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def target
  @target
end