A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SecurityHub/Types/AwsElbv2LoadBalancerDetails.html below:

AwsElbv2LoadBalancerDetails — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsElbv2LoadBalancerDetails
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 collapse Instance Attribute Details #canonical_hosted_zone_id ⇒ String

The ID of the Amazon Route 53 hosted zone associated with the load balancer.

#dns_name ⇒ String

The public DNS name of the load balancer.

#ip_address_type ⇒ String

The 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).

#scheme ⇒ String

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 ⇒ String

The type of load balancer.

#vpc_id ⇒ String

The 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