Class: Aws::DatabaseMigrationService::Types::DescribeMetadataModelChildrenMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeMetadataModelChildrenMessage
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
Specifies the unique pagination token that indicates where the next page should start.
-
#max_records ⇒ Integer
The maximum number of metadata model children to include in the response.
-
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
-
#origin ⇒ String
Specifies whether to retrieve metadata from the source or target tree.
-
#selection_rules ⇒ String
The JSON string that specifies which metadata model's children to retrieve.
Instance Attribute Details
#marker ⇒ String
Specifies the unique pagination token that indicates where the next page should start. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
4097 4098 4099 4100 4101 4102 4103 4104 4105 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4097 class DescribeMetadataModelChildrenMessage < Struct.new( :selection_rules, :migration_project_identifier, :origin, :marker, :max_records) SENSITIVE = [] include Aws::Structure end |
#max_records ⇒ Integer
The maximum number of metadata model children to include in the response. If more items exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.
4097 4098 4099 4100 4101 4102 4103 4104 4105 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4097 class DescribeMetadataModelChildrenMessage < Struct.new( :selection_rules, :migration_project_identifier, :origin, :marker, :max_records) SENSITIVE = [] include Aws::Structure end |
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
4097 4098 4099 4100 4101 4102 4103 4104 4105 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4097 class DescribeMetadataModelChildrenMessage < Struct.new( :selection_rules, :migration_project_identifier, :origin, :marker, :max_records) SENSITIVE = [] include Aws::Structure end |
#origin ⇒ String
Specifies whether to retrieve metadata from the source or target tree. Valid values: SOURCE | TARGET
4097 4098 4099 4100 4101 4102 4103 4104 4105 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4097 class DescribeMetadataModelChildrenMessage < Struct.new( :selection_rules, :migration_project_identifier, :origin, :marker, :max_records) SENSITIVE = [] include Aws::Structure end |
#selection_rules ⇒ String
The JSON string that specifies which metadata model's children to retrieve. Only one selection rule with "rule-action": "explicit" can be provided. For more information, see Selection Rules in the DMS User Guide.
4097 4098 4099 4100 4101 4102 4103 4104 4105 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4097 class DescribeMetadataModelChildrenMessage < Struct.new( :selection_rules, :migration_project_identifier, :origin, :marker, :max_records) SENSITIVE = [] include Aws::Structure end |