Class: Aws::Types::CreateReplicationSubnetGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateReplicationSubnetGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#replication_subnet_group_description ⇒ ::String
Returns the value of attribute replication_subnet_group_description.
365 366 367 |
# File 'sig/types.rbs', line 365 def replication_subnet_group_description @replication_subnet_group_description end |
#replication_subnet_group_identifier ⇒ ::String
Returns the value of attribute replication_subnet_group_identifier.
364 365 366 |
# File 'sig/types.rbs', line 364 def replication_subnet_group_identifier @replication_subnet_group_identifier end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
366 367 368 |
# File 'sig/types.rbs', line 366 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
367 368 369 |
# File 'sig/types.rbs', line 367 def @tags end |