Class: Aws::Types::DescribeApplicableIndividualAssessmentsMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


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.

Returns:

  • ("full-load", "cdc", "full-load-and-cdc")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def target_engine_name
  @target_engine_name
end