Class: Aws::Types::Route

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)


2006
2007
2008
# File 'sig/types.rbs', line 2006

def api_gateway_managed
  @api_gateway_managed
end

#api_key_requiredBoolean

Returns the value of attribute api_key_required.

Returns:

  • (Boolean)


2007
2008
2009
# File 'sig/types.rbs', line 2007

def api_key_required
  @api_key_required
end

#authorization_scopes::Array[::String]

Returns the value of attribute authorization_scopes.

Returns:

  • (::Array[::String])


2008
2009
2010
# File 'sig/types.rbs', line 2008

def authorization_scopes
  @authorization_scopes
end

#authorization_type"NONE", ...

Returns the value of attribute authorization_type.

Returns:

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


2009
2010
2011
# File 'sig/types.rbs', line 2009

def authorization_type
  @authorization_type
end

#authorizer_id::String

Returns the value of attribute authorizer_id.

Returns:

  • (::String)


2010
2011
2012
# File 'sig/types.rbs', line 2010

def authorizer_id
  @authorizer_id
end

#model_selection_expression::String

Returns the value of attribute model_selection_expression.

Returns:

  • (::String)


2011
2012
2013
# File 'sig/types.rbs', line 2011

def model_selection_expression
  @model_selection_expression
end

#operation_name::String

Returns the value of attribute operation_name.

Returns:

  • (::String)


2012
2013
2014
# File 'sig/types.rbs', line 2012

def operation_name
  @operation_name
end

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

Returns the value of attribute request_models.

Returns:

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


2013
2014
2015
# File 'sig/types.rbs', line 2013

def request_models
  @request_models
end

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

Returns the value of attribute request_parameters.

Returns:



2014
2015
2016
# File 'sig/types.rbs', line 2014

def request_parameters
  @request_parameters
end

#route_id::String

Returns the value of attribute route_id.

Returns:

  • (::String)


2015
2016
2017
# File 'sig/types.rbs', line 2015

def route_id
  @route_id
end

#route_key::String

Returns the value of attribute route_key.

Returns:

  • (::String)


2016
2017
2018
# File 'sig/types.rbs', line 2016

def route_key
  @route_key
end

#route_response_selection_expression::String

Returns the value of attribute route_response_selection_expression.

Returns:

  • (::String)


2017
2018
2019
# File 'sig/types.rbs', line 2017

def route_response_selection_expression
  @route_response_selection_expression
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


2018
2019
2020
# File 'sig/types.rbs', line 2018

def target
  @target
end