Class: Aws::Types::SetSubnetsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#enable_prefix_for_ipv_6_source_nat"on", "off"

Returns the value of attribute enable_prefix_for_ipv_6_source_nat.



1039
1040
1041
# File 'sig/types.rbs', line 1039

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.



1038
1039
1040
# File 'sig/types.rbs', line 1038

def ip_address_type
  @ip_address_type
end

#load_balancer_arn::String

Returns the value of attribute load_balancer_arn.



1035
1036
1037
# File 'sig/types.rbs', line 1035

def load_balancer_arn
  @load_balancer_arn
end

#subnet_mappings::Array[Types::SubnetMapping]

Returns the value of attribute subnet_mappings.



1037
1038
1039
# File 'sig/types.rbs', line 1037

def subnet_mappings
  @subnet_mappings
end

#subnets::Array[::String]

Returns the value of attribute subnets.



1036
1037
1038
# File 'sig/types.rbs', line 1036

def subnets
  @subnets
end