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.
3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3756 class SetIpAddressTypeOutput < Struct.new( :ip_address_type) SENSITIVE = [] include Aws::Structure end |