Class: Aws::Types::ApiGatewayProxyConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#api_gateway_id::String

Returns the value of attribute api_gateway_id.

Returns:



17
18
19
# File 'sig/types.rbs', line 17

def api_gateway_id
  @api_gateway_id
end

#endpoint_type"REGIONAL", "PRIVATE"

Returns the value of attribute endpoint_type.

Returns:



18
19
20
# File 'sig/types.rbs', line 18

def endpoint_type
  @endpoint_type
end

#nlb_arn::String

Returns the value of attribute nlb_arn.

Returns:



19
20
21
# File 'sig/types.rbs', line 19

def nlb_arn
  @nlb_arn
end

#nlb_name::String

Returns the value of attribute nlb_name.

Returns:



20
21
22
# File 'sig/types.rbs', line 20

def nlb_name
  @nlb_name
end

#proxy_url::String

Returns the value of attribute proxy_url.

Returns:



21
22
23
# File 'sig/types.rbs', line 21

def proxy_url
  @proxy_url
end

#stage_name::String

Returns the value of attribute stage_name.

Returns:



22
23
24
# File 'sig/types.rbs', line 22

def stage_name
  @stage_name
end

Returns the value of attribute vpc_link_id.

Returns:



23
24
25
# File 'sig/types.rbs', line 23

def vpc_link_id
  @vpc_link_id
end