Class: Aws::Types::AwsElbv2LoadBalancerDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[Types::AvailabilityZone]

Returns the value of attribute availability_zones.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2800
2801
2802
# File 'sig/types.rbs', line 2800

def scheme
  @scheme
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


2801
2802
2803
# File 'sig/types.rbs', line 2801

def security_groups
  @security_groups
end

#stateTypes::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.

Returns:

  • (::String)


2803
2804
2805
# File 'sig/types.rbs', line 2803

def type
  @type
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2804
2805
2806
# File 'sig/types.rbs', line 2804

def vpc_id
  @vpc_id
end