Class: Aws::Types::SubnetConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SubnetConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv_4 ⇒ ::String
Returns the value of attribute ipv_4.
-
#ipv_6 ⇒ ::String
Returns the value of attribute ipv_6.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#ipv_4 ⇒ ::String
Returns the value of attribute ipv_4.
17595 17596 17597 |
# File 'sig/types.rbs', line 17595 def ipv_4 @ipv_4 end |
#ipv_6 ⇒ ::String
Returns the value of attribute ipv_6.
17596 17597 17598 |
# File 'sig/types.rbs', line 17596 def ipv_6 @ipv_6 end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
17594 17595 17596 |
# File 'sig/types.rbs', line 17594 def subnet_id @subnet_id end |