Class: Aws::Types::CreateLoadBalancerInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateLoadBalancerInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_owned_ipv_4_pool ⇒ ::String
Returns the value of attribute customer_owned_ipv_4_pool.
-
#enable_prefix_for_ipv_6_source_nat ⇒ "on", "off"
Returns the value of attribute enable_prefix_for_ipv_6_source_nat.
-
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
-
#ipam_pools ⇒ Types::IpamPools
Returns the value of attribute ipam_pools.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scheme ⇒ "internet-facing", "internal"
Returns the value of attribute scheme.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#subnet_mappings ⇒ ::Array[Types::SubnetMapping]
Returns the value of attribute subnet_mappings.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "application", ...
Returns the value of attribute type.
Instance Attribute Details
#customer_owned_ipv_4_pool ⇒ ::String
Returns the value of attribute customer_owned_ipv_4_pool.
174 175 176 |
# File 'sig/types.rbs', line 174 def customer_owned_ipv_4_pool @customer_owned_ipv_4_pool end |
#enable_prefix_for_ipv_6_source_nat ⇒ "on", "off"
Returns the value of attribute enable_prefix_for_ipv_6_source_nat.
175 176 177 |
# File 'sig/types.rbs', line 175 def enable_prefix_for_ipv_6_source_nat @enable_prefix_for_ipv_6_source_nat end |
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
173 174 175 |
# File 'sig/types.rbs', line 173 def ip_address_type @ip_address_type end |
#ipam_pools ⇒ Types::IpamPools
Returns the value of attribute ipam_pools.
176 177 178 |
# File 'sig/types.rbs', line 176 def ipam_pools @ipam_pools end |
#name ⇒ ::String
Returns the value of attribute name.
166 167 168 |
# File 'sig/types.rbs', line 166 def name @name end |
#scheme ⇒ "internet-facing", "internal"
Returns the value of attribute scheme.
170 171 172 |
# File 'sig/types.rbs', line 170 def scheme @scheme end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
169 170 171 |
# File 'sig/types.rbs', line 169 def security_groups @security_groups end |
#subnet_mappings ⇒ ::Array[Types::SubnetMapping]
Returns the value of attribute subnet_mappings.
168 169 170 |
# File 'sig/types.rbs', line 168 def subnet_mappings @subnet_mappings end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
167 168 169 |
# File 'sig/types.rbs', line 167 def subnets @subnets end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
171 172 173 |
# File 'sig/types.rbs', line 171 def end |
#type ⇒ "application", ...
Returns the value of attribute type.
172 173 174 |
# File 'sig/types.rbs', line 172 def type @type end |