Class: Aws::Types::LoadBalancerDescription

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.



395
396
397
# File 'sig/types.rbs', line 395

def availability_zones
  @availability_zones
end

#backend_server_descriptions::Array[Types::BackendServerDescription]

Returns the value of attribute backend_server_descriptions.



394
395
396
# File 'sig/types.rbs', line 394

def backend_server_descriptions
  @backend_server_descriptions
end

#canonical_hosted_zone_name::String

Returns the value of attribute canonical_hosted_zone_name.



390
391
392
# File 'sig/types.rbs', line 390

def canonical_hosted_zone_name
  @canonical_hosted_zone_name
end

#canonical_hosted_zone_name_id::String

Returns the value of attribute canonical_hosted_zone_name_id.



391
392
393
# File 'sig/types.rbs', line 391

def canonical_hosted_zone_name_id
  @canonical_hosted_zone_name_id
end

#created_time::Time

Returns the value of attribute created_time.



402
403
404
# File 'sig/types.rbs', line 402

def created_time
  @created_time
end

#dns_name::String

Returns the value of attribute dns_name.



389
390
391
# File 'sig/types.rbs', line 389

def dns_name
  @dns_name
end

#health_checkTypes::HealthCheck

Returns the value of attribute health_check.



399
400
401
# File 'sig/types.rbs', line 399

def health_check
  @health_check
end

#instances::Array[Types::Instance]

Returns the value of attribute instances.



398
399
400
# File 'sig/types.rbs', line 398

def instances
  @instances
end

#listener_descriptions::Array[Types::ListenerDescription]

Returns the value of attribute listener_descriptions.



392
393
394
# File 'sig/types.rbs', line 392

def listener_descriptions
  @listener_descriptions
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.



388
389
390
# File 'sig/types.rbs', line 388

def load_balancer_name
  @load_balancer_name
end

#policiesTypes::Policies

Returns the value of attribute policies.



393
394
395
# File 'sig/types.rbs', line 393

def policies
  @policies
end

#scheme::String

Returns the value of attribute scheme.



403
404
405
# File 'sig/types.rbs', line 403

def scheme
  @scheme
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.



401
402
403
# File 'sig/types.rbs', line 401

def security_groups
  @security_groups
end

#source_security_groupTypes::SourceSecurityGroup

Returns the value of attribute source_security_group.



400
401
402
# File 'sig/types.rbs', line 400

def source_security_group
  @source_security_group
end

#subnets::Array[::String]

Returns the value of attribute subnets.



396
397
398
# File 'sig/types.rbs', line 396

def subnets
  @subnets
end

#vpc_id::String

Returns the value of attribute vpc_id.



397
398
399
# File 'sig/types.rbs', line 397

def vpc_id
  @vpc_id
end