Class: Aws::Types::LoadBalancerAttributes

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#access_logTypes::AccessLog

Returns the value of attribute access_log.



380
381
382
# File 'sig/types.rbs', line 380

def access_log
  @access_log
end

#additional_attributes::Array[Types::AdditionalAttribute]

Returns the value of attribute additional_attributes.



383
384
385
# File 'sig/types.rbs', line 383

def additional_attributes
  @additional_attributes
end

#connection_drainingTypes::ConnectionDraining

Returns the value of attribute connection_draining.



381
382
383
# File 'sig/types.rbs', line 381

def connection_draining
  @connection_draining
end

#connection_settingsTypes::ConnectionSettings

Returns the value of attribute connection_settings.



382
383
384
# File 'sig/types.rbs', line 382

def connection_settings
  @connection_settings
end

#cross_zone_load_balancingTypes::CrossZoneLoadBalancing

Returns the value of attribute cross_zone_load_balancing.



379
380
381
# File 'sig/types.rbs', line 379

def cross_zone_load_balancing
  @cross_zone_load_balancing
end