Class: Aws::DatabaseMigrationService::Types::CreateReplicationSubnetGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::CreateReplicationSubnetGroupMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_subnet_group_description ⇒ String
The description for the subnet group.
-
#replication_subnet_group_identifier ⇒ String
The name for the replication subnet group.
-
#subnet_ids ⇒ Array<String>
Two or more subnet IDs to be assigned to the subnet group.
-
#tags ⇒ Array<Types::Tag>
One or more tags to be assigned to the subnet group.
Instance Attribute Details
#replication_subnet_group_description ⇒ String
The description for the subnet group.
1689 1690 1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1689 class CreateReplicationSubnetGroupMessage < Struct.new( :replication_subnet_group_identifier, :replication_subnet_group_description, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#replication_subnet_group_identifier ⇒ String
The name for the replication subnet group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, or hyphens. Must not be “default”.
Example: ‘mySubnetgroup`
1689 1690 1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1689 class CreateReplicationSubnetGroupMessage < Struct.new( :replication_subnet_group_identifier, :replication_subnet_group_description, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
Two or more subnet IDs to be assigned to the subnet group.
1689 1690 1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1689 class CreateReplicationSubnetGroupMessage < Struct.new( :replication_subnet_group_identifier, :replication_subnet_group_description, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
One or more tags to be assigned to the subnet group.
1689 1690 1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1689 class CreateReplicationSubnetGroupMessage < Struct.new( :replication_subnet_group_identifier, :replication_subnet_group_description, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end |