Class: Aws::Types::ReplicationSubnetGroup
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationSubnetGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_read_only ⇒ Boolean
Returns the value of attribute is_read_only.
-
#replication_subnet_group_description ⇒ ::String
Returns the value of attribute replication_subnet_group_description.
-
#replication_subnet_group_identifier ⇒ ::String
Returns the value of attribute replication_subnet_group_identifier.
-
#subnet_group_status ⇒ ::String
Returns the value of attribute subnet_group_status.
-
#subnets ⇒ ::Array[Types::Subnet]
Returns the value of attribute subnets.
-
#supported_network_types ⇒ ::Array[::String]
Returns the value of attribute supported_network_types.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#is_read_only ⇒ Boolean
Returns the value of attribute is_read_only.
2573 2574 2575 |
# File 'sig/types.rbs', line 2573 def is_read_only @is_read_only end |
#replication_subnet_group_description ⇒ ::String
Returns the value of attribute replication_subnet_group_description.
2568 2569 2570 |
# File 'sig/types.rbs', line 2568 def replication_subnet_group_description @replication_subnet_group_description end |
#replication_subnet_group_identifier ⇒ ::String
Returns the value of attribute replication_subnet_group_identifier.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def replication_subnet_group_identifier @replication_subnet_group_identifier end |
#subnet_group_status ⇒ ::String
Returns the value of attribute subnet_group_status.
2570 2571 2572 |
# File 'sig/types.rbs', line 2570 def subnet_group_status @subnet_group_status end |
#subnets ⇒ ::Array[Types::Subnet]
Returns the value of attribute subnets.
2571 2572 2573 |
# File 'sig/types.rbs', line 2571 def subnets @subnets end |
#supported_network_types ⇒ ::Array[::String]
Returns the value of attribute supported_network_types.
2572 2573 2574 |
# File 'sig/types.rbs', line 2572 def supported_network_types @supported_network_types end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2569 2570 2571 |
# File 'sig/types.rbs', line 2569 def vpc_id @vpc_id end |