Class: Aws::Types::SubnetGroup
- Inherits:
-
Object
- Object
- Aws::Types::SubnetGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#subnets ⇒ ::Array[Types::Subnet]
Returns the value of attribute subnets.
-
#supported_network_types ⇒ ::Array[("ipv4" | "ipv6" | "dual_stack")]
Returns the value of attribute supported_network_types.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
979 980 981 |
# File 'sig/types.rbs', line 979 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
976 977 978 |
# File 'sig/types.rbs', line 976 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
975 976 977 |
# File 'sig/types.rbs', line 975 def name @name end |
#subnets ⇒ ::Array[Types::Subnet]
Returns the value of attribute subnets.
978 979 980 |
# File 'sig/types.rbs', line 978 def subnets @subnets end |
#supported_network_types ⇒ ::Array[("ipv4" | "ipv6" | "dual_stack")]
Returns the value of attribute supported_network_types.
980 981 982 |
# File 'sig/types.rbs', line 980 def supported_network_types @supported_network_types end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
977 978 979 |
# File 'sig/types.rbs', line 977 def vpc_id @vpc_id end |