Class: Aws::Types::DescribeApplicableIndividualAssessmentsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicableIndividualAssessmentsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#migration_type ⇒ "full-load", ...
Returns the value of attribute migration_type.
-
#replication_config_arn ⇒ ::String
Returns the value of attribute replication_config_arn.
-
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
-
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
-
#source_engine_name ⇒ ::String
Returns the value of attribute source_engine_name.
-
#target_engine_name ⇒ ::String
Returns the value of attribute target_engine_name.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
702 703 704 |
# File 'sig/types.rbs', line 702 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
701 702 703 |
# File 'sig/types.rbs', line 701 def max_records @max_records end |
#migration_type ⇒ "full-load", ...
Returns the value of attribute migration_type.
700 701 702 |
# File 'sig/types.rbs', line 700 def migration_type @migration_type end |
#replication_config_arn ⇒ ::String
Returns the value of attribute replication_config_arn.
697 698 699 |
# File 'sig/types.rbs', line 697 def replication_config_arn @replication_config_arn end |
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
696 697 698 |
# File 'sig/types.rbs', line 696 def replication_instance_arn @replication_instance_arn end |
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
695 696 697 |
# File 'sig/types.rbs', line 695 def replication_task_arn @replication_task_arn end |
#source_engine_name ⇒ ::String
Returns the value of attribute source_engine_name.
698 699 700 |
# File 'sig/types.rbs', line 698 def source_engine_name @source_engine_name end |
#target_engine_name ⇒ ::String
Returns the value of attribute target_engine_name.
699 700 701 |
# File 'sig/types.rbs', line 699 def target_engine_name @target_engine_name end |