Class: Aws::Types::CacheSubnetGroup
- Inherits:
-
Object
- Object
- Aws::Types::CacheSubnetGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cache_subnet_group_description ⇒ ::String
Returns the value of attribute cache_subnet_group_description.
-
#cache_subnet_group_name ⇒ ::String
Returns the value of attribute cache_subnet_group_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.
260 261 262 |
# File 'sig/types.rbs', line 260 def arn @arn end |
#cache_subnet_group_description ⇒ ::String
Returns the value of attribute cache_subnet_group_description.
257 258 259 |
# File 'sig/types.rbs', line 257 def cache_subnet_group_description @cache_subnet_group_description end |
#cache_subnet_group_name ⇒ ::String
Returns the value of attribute cache_subnet_group_name.
256 257 258 |
# File 'sig/types.rbs', line 256 def cache_subnet_group_name @cache_subnet_group_name end |
#subnets ⇒ ::Array[Types::Subnet]
Returns the value of attribute subnets.
259 260 261 |
# File 'sig/types.rbs', line 259 def subnets @subnets end |
#supported_network_types ⇒ ::Array[("ipv4" | "ipv6" | "dual_stack")]
Returns the value of attribute supported_network_types.
261 262 263 |
# File 'sig/types.rbs', line 261 def supported_network_types @supported_network_types end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
258 259 260 |
# File 'sig/types.rbs', line 258 def vpc_id @vpc_id end |