Class: Aws::ElasticLoadBalancingV2::Types::SetIpAddressTypeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::SetIpAddressTypeOutput
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_address_type ⇒ String
The IP address type.
Instance Attribute Details
#ip_address_type ⇒ String
The IP address type.
3742 3743 3744 3745 3746 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3742 class SetIpAddressTypeOutput < Struct.new( :ip_address_type) SENSITIVE = [] include Aws::Structure end |