Class: Aws::Types::UpdateProxyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#listener_properties_to_add::Array[Types::ListenerPropertyRequest]

Returns the value of attribute listener_properties_to_add.

Returns:



1914
1915
1916
# File 'sig/types.rbs', line 1914

def listener_properties_to_add
  @listener_properties_to_add
end

#listener_properties_to_remove::Array[Types::ListenerPropertyRequest]

Returns the value of attribute listener_properties_to_remove.

Returns:



1915
1916
1917
# File 'sig/types.rbs', line 1915

def listener_properties_to_remove
  @listener_properties_to_remove
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


1911
1912
1913
# File 'sig/types.rbs', line 1911

def nat_gateway_id
  @nat_gateway_id
end

#proxy_arn::String

Returns the value of attribute proxy_arn.

Returns:

  • (::String)


1913
1914
1915
# File 'sig/types.rbs', line 1913

def proxy_arn
  @proxy_arn
end

#proxy_name::String

Returns the value of attribute proxy_name.

Returns:

  • (::String)


1912
1913
1914
# File 'sig/types.rbs', line 1912

def proxy_name
  @proxy_name
end

#tls_intercept_propertiesTypes::TlsInterceptPropertiesRequest

Returns the value of attribute tls_intercept_properties.



1916
1917
1918
# File 'sig/types.rbs', line 1916

def tls_intercept_properties
  @tls_intercept_properties
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1917
1918
1919
# File 'sig/types.rbs', line 1917

def update_token
  @update_token
end