Class: Aws::Types::SubnetMapping
- Inherits:
-
Object
- Object
- Aws::Types::SubnetMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
-
#i_pv_6_address ⇒ ::String
Returns the value of attribute i_pv_6_address.
-
#private_i_pv_4_address ⇒ ::String
Returns the value of attribute private_i_pv_4_address.
-
#source_nat_ipv_6_prefix ⇒ ::String
Returns the value of attribute source_nat_ipv_6_prefix.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def allocation_id @allocation_id end |
#i_pv_6_address ⇒ ::String
Returns the value of attribute i_pv_6_address.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def i_pv_6_address @i_pv_6_address end |
#private_i_pv_4_address ⇒ ::String
Returns the value of attribute private_i_pv_4_address.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def private_i_pv_4_address @private_i_pv_4_address end |
#source_nat_ipv_6_prefix ⇒ ::String
Returns the value of attribute source_nat_ipv_6_prefix.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def source_nat_ipv_6_prefix @source_nat_ipv_6_prefix end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def subnet_id @subnet_id end |