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.
3411 3412 3413 3414 3415 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3411 class SetIpAddressTypeOutput < Struct.new( :ip_address_type) SENSITIVE = [] include Aws::Structure end |