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:



265
266
267
# File 'sig/types.rbs', line 265

def listener_properties
  @listener_properties
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


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

def nat_gateway_id
  @nat_gateway_id
end

#proxy_configuration_arn::String

Returns the value of attribute proxy_configuration_arn.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def proxy_configuration_arn
  @proxy_configuration_arn
end

#proxy_configuration_name::String

Returns the value of attribute proxy_configuration_name.

Returns:

  • (::String)


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

def proxy_configuration_name
  @proxy_configuration_name
end

#proxy_name::String

Returns the value of attribute proxy_name.

Returns:

  • (::String)


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

def proxy_name
  @proxy_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def tags
  @tags
end

#tls_intercept_propertiesTypes::TlsInterceptPropertiesRequest

Returns the value of attribute tls_intercept_properties.



266
267
268
# File 'sig/types.rbs', line 266

def tls_intercept_properties
  @tls_intercept_properties
end