Class: Aws::Types::ClusterSubnetGroup
- Inherits:
-
Object
- Object
- Aws::Types::ClusterSubnetGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_subnet_group_name ⇒ ::String
Returns the value of attribute cluster_subnet_group_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#subnet_group_status ⇒ ::String
Returns the value of attribute subnet_group_status.
-
#subnets ⇒ ::Array[Types::Subnet]
Returns the value of attribute subnets.
-
#supported_cluster_ip_address_types ⇒ ::Array[::String]
Returns the value of attribute supported_cluster_ip_address_types.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#cluster_subnet_group_name ⇒ ::String
Returns the value of attribute cluster_subnet_group_name.
416 417 418 |
# File 'sig/types.rbs', line 416 def cluster_subnet_group_name @cluster_subnet_group_name end |
#description ⇒ ::String
Returns the value of attribute description.
417 418 419 |
# File 'sig/types.rbs', line 417 def description @description end |
#subnet_group_status ⇒ ::String
Returns the value of attribute subnet_group_status.
419 420 421 |
# File 'sig/types.rbs', line 419 def subnet_group_status @subnet_group_status end |
#subnets ⇒ ::Array[Types::Subnet]
Returns the value of attribute subnets.
420 421 422 |
# File 'sig/types.rbs', line 420 def subnets @subnets end |
#supported_cluster_ip_address_types ⇒ ::Array[::String]
Returns the value of attribute supported_cluster_ip_address_types.
422 423 424 |
# File 'sig/types.rbs', line 422 def supported_cluster_ip_address_types @supported_cluster_ip_address_types end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
421 422 423 |
# File 'sig/types.rbs', line 421 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
418 419 420 |
# File 'sig/types.rbs', line 418 def vpc_id @vpc_id end |