You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsElbv2LoadBalancerDetailsWhen passing AwsElbv2LoadBalancerDetails as input to an Aws::Client method, you can use a vanilla Hash:
{
availability_zones: [
{
zone_name: "NonEmptyString",
subnet_id: "NonEmptyString",
},
],
canonical_hosted_zone_id: "NonEmptyString",
created_time: "NonEmptyString",
dns_name: "NonEmptyString",
ip_address_type: "NonEmptyString",
scheme: "NonEmptyString",
security_groups: ["NonEmptyString"],
state: {
code: "NonEmptyString",
reason: "NonEmptyString",
},
type: "NonEmptyString",
vpc_id: "NonEmptyString",
}
Information about a load balancer.
Returned by:
Instance Attribute Summary collapseThe Availability Zones for the load balancer.
The ID of the Amazon Route 53 hosted zone associated with the load balancer.
Indicates when the load balancer was created.
The public DNS name of the load balancer.
The type of IP addresses used by the subnets for your load balancer.
The nodes of an Internet-facing load balancer have public IP addresses.
The IDs of the security groups for the load balancer.
The state of the load balancer.
The type of load balancer.
The ID of the VPC for the load balancer.
The ID of the Amazon Route 53 hosted zone associated with the load balancer.
#dns_name ⇒ StringThe public DNS name of the load balancer.
#ip_address_type ⇒ StringThe type of IP addresses used by the subnets for your load balancer. The possible values are ipv4
(for IPv4 addresses) and dualstack
(for IPv4 and IPv6 addresses).
The nodes of an Internet-facing load balancer have public IP addresses.
#security_groups ⇒ Array<String>The IDs of the security groups for the load balancer.
#type ⇒ StringThe type of load balancer.
#vpc_id ⇒ StringThe ID of the VPC for the load balancer.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4