Class: Aws::ElasticLoadBalancingV2::Types::SetIpAddressTypeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::SetIpAddressTypeOutput
- Includes:
- Structure
- Defined in:
- 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.
3596 3597 3598 3599 3600 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3596 class SetIpAddressTypeOutput < Struct.new( :ip_address_type) SENSITIVE = [] include Aws::Structure end |