Class: Aws::Types::AwsElbLoadBalancerDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsElbLoadBalancerDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#backend_server_descriptions ⇒ ::Array[Types::AwsElbLoadBalancerBackendServerDescription]
Returns the value of attribute backend_server_descriptions.
-
#canonical_hosted_zone_name ⇒ ::String
Returns the value of attribute canonical_hosted_zone_name.
-
#canonical_hosted_zone_name_id ⇒ ::String
Returns the value of attribute canonical_hosted_zone_name_id.
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#health_check ⇒ Types::AwsElbLoadBalancerHealthCheck
Returns the value of attribute health_check.
-
#instances ⇒ ::Array[Types::AwsElbLoadBalancerInstance]
Returns the value of attribute instances.
-
#listener_descriptions ⇒ ::Array[Types::AwsElbLoadBalancerListenerDescription]
Returns the value of attribute listener_descriptions.
-
#load_balancer_attributes ⇒ Types::AwsElbLoadBalancerAttributes
Returns the value of attribute load_balancer_attributes.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
-
#policies ⇒ Types::AwsElbLoadBalancerPolicies
Returns the value of attribute policies.
-
#scheme ⇒ ::String
Returns the value of attribute scheme.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#source_security_group ⇒ Types::AwsElbLoadBalancerSourceSecurityGroup
Returns the value of attribute source_security_group.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
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.
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.
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.
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.
2731 2732 2733 |
# File 'sig/types.rbs', line 2731 def dns_name @dns_name end |
#health_check ⇒ Types::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.
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_attributes ⇒ Types::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.
2736 2737 2738 |
# File 'sig/types.rbs', line 2736 def load_balancer_name @load_balancer_name end |
#policies ⇒ Types::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.
2738 2739 2740 |
# File 'sig/types.rbs', line 2738 def scheme @scheme end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
2739 2740 2741 |
# File 'sig/types.rbs', line 2739 def security_groups @security_groups end |
#source_security_group ⇒ Types::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.
2741 2742 2743 |
# File 'sig/types.rbs', line 2741 def subnets @subnets end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2742 2743 2744 |
# File 'sig/types.rbs', line 2742 def vpc_id @vpc_id end |