Class: Aws::ElasticLoadBalancingV2::Types::SetIpAddressTypeOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address_typeString

The IP address type.

Returns:

  • (String)


3231
3232
3233
3234
3235
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3231

class SetIpAddressTypeOutput < Struct.new(
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end