Class: Aws::Types::SetIpAddressTypeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address_type"ipv4", ...

Returns the value of attribute ip_address_type.

Returns:

  • ("ipv4", "dualstack", "dualstack-without-public-ipv4")


1002
1003
1004
# File 'sig/types.rbs', line 1002

def ip_address_type
  @ip_address_type
end

#load_balancer_arn::String

Returns the value of attribute load_balancer_arn.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def load_balancer_arn
  @load_balancer_arn
end