Class: Aws::Types::CreateLoadBalancerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_alternative_names::Array[::String]

Returns the value of attribute certificate_alternative_names.

Returns:

  • (::Array[::String])


802
803
804
# File 'sig/types.rbs', line 802

def certificate_alternative_names
  @certificate_alternative_names
end

#certificate_domain_name::String

Returns the value of attribute certificate_domain_name.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def certificate_domain_name
  @certificate_domain_name
end

#certificate_name::String

Returns the value of attribute certificate_name.

Returns:

  • (::String)


800
801
802
# File 'sig/types.rbs', line 800

def certificate_name
  @certificate_name
end

#health_check_path::String

Returns the value of attribute health_check_path.

Returns:

  • (::String)


799
800
801
# File 'sig/types.rbs', line 799

def health_check_path
  @health_check_path
end

#instance_port::Integer

Returns the value of attribute instance_port.

Returns:

  • (::Integer)


798
799
800
# File 'sig/types.rbs', line 798

def instance_port
  @instance_port
end

#ip_address_type"dualstack", ...

Returns the value of attribute ip_address_type.

Returns:

  • ("dualstack", "ipv4", "ipv6")


804
805
806
# File 'sig/types.rbs', line 804

def ip_address_type
  @ip_address_type
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def load_balancer_name
  @load_balancer_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



803
804
805
# File 'sig/types.rbs', line 803

def tags
  @tags
end

#tls_policy_name::String

Returns the value of attribute tls_policy_name.

Returns:

  • (::String)


805
806
807
# File 'sig/types.rbs', line 805

def tls_policy_name
  @tls_policy_name
end