Class: Aws::Types::CreateProxyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#listener_properties::Array[Types::ListenerPropertyRequest]

Returns the value of attribute listener_properties.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def listener_properties
  @listener_properties
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def nat_gateway_id
  @nat_gateway_id
end

#proxy_configuration_arn::String

Returns the value of attribute proxy_configuration_arn.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def proxy_configuration_arn
  @proxy_configuration_arn
end

#proxy_configuration_name::String

Returns the value of attribute proxy_configuration_name.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def proxy_configuration_name
  @proxy_configuration_name
end

#proxy_name::String

Returns the value of attribute proxy_name.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def proxy_name
  @proxy_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def tags
  @tags
end

#tls_intercept_propertiesTypes::TlsInterceptPropertiesRequest

Returns the value of attribute tls_intercept_properties.



261
262
263
# File 'sig/types.rbs', line 261

def tls_intercept_properties
  @tls_intercept_properties
end