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.
1613 1614 1615 1616 1617 1618 1619 1620 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1613 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, spaces, underscores, or hyphens. Must not be “default”.
Example: ‘mySubnetgroup`
1613 1614 1615 1616 1617 1618 1619 1620 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1613 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.
1613 1614 1615 1616 1617 1618 1619 1620 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1613 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.
1613 1614 1615 1616 1617 1618 1619 1620 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1613 class CreateReplicationSubnetGroupMessage < Struct.new( :replication_subnet_group_identifier, :replication_subnet_group_description, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end |