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:



1942
1943
1944
# File 'sig/types.rbs', line 1942

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:



1943
1944
1945
# File 'sig/types.rbs', line 1943

def listener_properties_to_remove
  @listener_properties_to_remove
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def nat_gateway_id
  @nat_gateway_id
end

#proxy_arn::String

Returns the value of attribute proxy_arn.

Returns:

  • (::String)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def proxy_arn
  @proxy_arn
end

#proxy_name::String

Returns the value of attribute proxy_name.

Returns:

  • (::String)


1940
1941
1942
# File 'sig/types.rbs', line 1940

def proxy_name
  @proxy_name
end

#tls_intercept_propertiesTypes::TlsInterceptPropertiesRequest

Returns the value of attribute tls_intercept_properties.



1944
1945
1946
# File 'sig/types.rbs', line 1944

def tls_intercept_properties
  @tls_intercept_properties
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1945
1946
1947
# File 'sig/types.rbs', line 1945

def update_token
  @update_token
end