Class: Aws::Types::ApiGatewayProxyInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_type"REGIONAL", "PRIVATE"

Returns the value of attribute endpoint_type.

Returns:

  • ("REGIONAL", "PRIVATE")


28
29
30
# File 'sig/types.rbs', line 28

def endpoint_type
  @endpoint_type
end

#stage_name::String

Returns the value of attribute stage_name.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def stage_name
  @stage_name
end