Class: Aws::Types::LoadBalancer
- Inherits:
-
Object
- Object
- Aws::Types::LoadBalancer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[Types::AvailabilityZone]
Returns the value of attribute availability_zones.
-
#canonical_hosted_zone_id ⇒ ::String
Returns the value of attribute canonical_hosted_zone_id.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#customer_owned_ipv_4_pool ⇒ ::String
Returns the value of attribute customer_owned_ipv_4_pool.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#enable_prefix_for_ipv_6_source_nat ⇒ "on", "off"
Returns the value of attribute enable_prefix_for_ipv_6_source_nat.
-
#enforce_security_group_inbound_rules_on_private_link_traffic ⇒ ::String
Returns the value of attribute enforce_security_group_inbound_rules_on_private_link_traffic.
-
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
-
#ipam_pools ⇒ Types::IpamPools
Returns the value of attribute ipam_pools.
-
#load_balancer_arn ⇒ ::String
Returns the value of attribute load_balancer_arn.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
-
#scheme ⇒ "internet-facing", "internal"
Returns the value of attribute scheme.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#state ⇒ Types::LoadBalancerState
Returns the value of attribute state.
-
#type ⇒ "application", ...
Returns the value of attribute type.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#availability_zones ⇒ ::Array[Types::AvailabilityZone]
Returns the value of attribute availability_zones.
684 685 686 |
# File 'sig/types.rbs', line 684 def availability_zones @availability_zones end |
#canonical_hosted_zone_id ⇒ ::String
Returns the value of attribute canonical_hosted_zone_id.
677 678 679 |
# File 'sig/types.rbs', line 677 def canonical_hosted_zone_id @canonical_hosted_zone_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
678 679 680 |
# File 'sig/types.rbs', line 678 def created_time @created_time end |
#customer_owned_ipv_4_pool ⇒ ::String
Returns the value of attribute customer_owned_ipv_4_pool.
687 688 689 |
# File 'sig/types.rbs', line 687 def customer_owned_ipv_4_pool @customer_owned_ipv_4_pool end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
676 677 678 |
# File 'sig/types.rbs', line 676 def dns_name @dns_name end |
#enable_prefix_for_ipv_6_source_nat ⇒ "on", "off"
Returns the value of attribute enable_prefix_for_ipv_6_source_nat.
689 690 691 |
# File 'sig/types.rbs', line 689 def enable_prefix_for_ipv_6_source_nat @enable_prefix_for_ipv_6_source_nat end |
#enforce_security_group_inbound_rules_on_private_link_traffic ⇒ ::String
Returns the value of attribute enforce_security_group_inbound_rules_on_private_link_traffic.
688 689 690 |
# File 'sig/types.rbs', line 688 def enforce_security_group_inbound_rules_on_private_link_traffic @enforce_security_group_inbound_rules_on_private_link_traffic end |
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
686 687 688 |
# File 'sig/types.rbs', line 686 def ip_address_type @ip_address_type end |
#ipam_pools ⇒ Types::IpamPools
Returns the value of attribute ipam_pools.
690 691 692 |
# File 'sig/types.rbs', line 690 def ipam_pools @ipam_pools end |
#load_balancer_arn ⇒ ::String
Returns the value of attribute load_balancer_arn.
675 676 677 |
# File 'sig/types.rbs', line 675 def load_balancer_arn @load_balancer_arn end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
679 680 681 |
# File 'sig/types.rbs', line 679 def load_balancer_name @load_balancer_name end |
#scheme ⇒ "internet-facing", "internal"
Returns the value of attribute scheme.
680 681 682 |
# File 'sig/types.rbs', line 680 def scheme @scheme end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
685 686 687 |
# File 'sig/types.rbs', line 685 def security_groups @security_groups end |
#state ⇒ Types::LoadBalancerState
Returns the value of attribute state.
682 683 684 |
# File 'sig/types.rbs', line 682 def state @state end |
#type ⇒ "application", ...
Returns the value of attribute type.
683 684 685 |
# File 'sig/types.rbs', line 683 def type @type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
681 682 683 |
# File 'sig/types.rbs', line 681 def vpc_id @vpc_id end |