Class: Aws::Types::AwsElbLoadBalancerDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


2726
2727
2728
# File 'sig/types.rbs', line 2726

def availability_zones
  @availability_zones
end

#backend_server_descriptions::Array[Types::AwsElbLoadBalancerBackendServerDescription]

Returns the value of attribute backend_server_descriptions.



2727
2728
2729
# File 'sig/types.rbs', line 2727

def backend_server_descriptions
  @backend_server_descriptions
end

#canonical_hosted_zone_name::String

Returns the value of attribute canonical_hosted_zone_name.

Returns:

  • (::String)


2728
2729
2730
# File 'sig/types.rbs', line 2728

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.

Returns:

  • (::String)


2729
2730
2731
# File 'sig/types.rbs', line 2729

def canonical_hosted_zone_name_id
  @canonical_hosted_zone_name_id
end

#created_time::String

Returns the value of attribute created_time.

Returns:

  • (::String)


2730
2731
2732
# File 'sig/types.rbs', line 2730

def created_time
  @created_time
end

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


2731
2732
2733
# File 'sig/types.rbs', line 2731

def dns_name
  @dns_name
end

#health_checkTypes::AwsElbLoadBalancerHealthCheck

Returns the value of attribute health_check.



2732
2733
2734
# File 'sig/types.rbs', line 2732

def health_check
  @health_check
end

#instances::Array[Types::AwsElbLoadBalancerInstance]

Returns the value of attribute instances.

Returns:



2733
2734
2735
# File 'sig/types.rbs', line 2733

def instances
  @instances
end

#listener_descriptions::Array[Types::AwsElbLoadBalancerListenerDescription]

Returns the value of attribute listener_descriptions.



2734
2735
2736
# File 'sig/types.rbs', line 2734

def listener_descriptions
  @listener_descriptions
end

#load_balancer_attributesTypes::AwsElbLoadBalancerAttributes

Returns the value of attribute load_balancer_attributes.



2735
2736
2737
# File 'sig/types.rbs', line 2735

def load_balancer_attributes
  @load_balancer_attributes
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


2736
2737
2738
# File 'sig/types.rbs', line 2736

def load_balancer_name
  @load_balancer_name
end

#policiesTypes::AwsElbLoadBalancerPolicies

Returns the value of attribute policies.



2737
2738
2739
# File 'sig/types.rbs', line 2737

def policies
  @policies
end

#scheme::String

Returns the value of attribute scheme.

Returns:

  • (::String)


2738
2739
2740
# File 'sig/types.rbs', line 2738

def scheme
  @scheme
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


2739
2740
2741
# File 'sig/types.rbs', line 2739

def security_groups
  @security_groups
end

#source_security_groupTypes::AwsElbLoadBalancerSourceSecurityGroup

Returns the value of attribute source_security_group.



2740
2741
2742
# File 'sig/types.rbs', line 2740

def source_security_group
  @source_security_group
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


2741
2742
2743
# File 'sig/types.rbs', line 2741

def subnets
  @subnets
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2742
2743
2744
# File 'sig/types.rbs', line 2742

def vpc_id
  @vpc_id
end