Class: Aws::Types::AwsElbv2LoadBalancerDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsElbv2LoadBalancerDetails
- 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 ⇒ ::String
Returns the value of attribute created_time.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#ip_address_type ⇒ ::String
Returns the value of attribute ip_address_type.
-
#load_balancer_attributes ⇒ ::Array[Types::AwsElbv2LoadBalancerAttribute]
Returns the value of attribute load_balancer_attributes.
-
#scheme ⇒ ::String
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 ⇒ ::String
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.
2795 2796 2797 |
# File 'sig/types.rbs', line 2795 def availability_zones @availability_zones end |
#canonical_hosted_zone_id ⇒ ::String
Returns the value of attribute canonical_hosted_zone_id.
2796 2797 2798 |
# File 'sig/types.rbs', line 2796 def canonical_hosted_zone_id @canonical_hosted_zone_id end |
#created_time ⇒ ::String
Returns the value of attribute created_time.
2797 2798 2799 |
# File 'sig/types.rbs', line 2797 def created_time @created_time end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
2798 2799 2800 |
# File 'sig/types.rbs', line 2798 def dns_name @dns_name end |
#ip_address_type ⇒ ::String
Returns the value of attribute ip_address_type.
2799 2800 2801 |
# File 'sig/types.rbs', line 2799 def ip_address_type @ip_address_type end |
#load_balancer_attributes ⇒ ::Array[Types::AwsElbv2LoadBalancerAttribute]
Returns the value of attribute load_balancer_attributes.
2805 2806 2807 |
# File 'sig/types.rbs', line 2805 def load_balancer_attributes @load_balancer_attributes end |
#scheme ⇒ ::String
Returns the value of attribute scheme.
2800 2801 2802 |
# File 'sig/types.rbs', line 2800 def scheme @scheme end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
2801 2802 2803 |
# File 'sig/types.rbs', line 2801 def security_groups @security_groups end |
#state ⇒ Types::LoadBalancerState
Returns the value of attribute state.
2802 2803 2804 |
# File 'sig/types.rbs', line 2802 def state @state end |
#type ⇒ ::String
Returns the value of attribute type.
2803 2804 2805 |
# File 'sig/types.rbs', line 2803 def type @type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2804 2805 2806 |
# File 'sig/types.rbs', line 2804 def vpc_id @vpc_id end |