Class: Aws::Types::ExportMetadataModelAssessmentMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_report_types::Array[("pdf" | "csv")]

Returns the value of attribute assessment_report_types.

Returns:

  • (::Array[("pdf" | "csv")])


1471
1472
1473
# File 'sig/types.rbs', line 1471

def assessment_report_types
  @assessment_report_types
end

#file_name::String

Returns the value of attribute file_name.

Returns:

  • (::String)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def file_name
  @file_name
end

#migration_project_identifier::String

Returns the value of attribute migration_project_identifier.

Returns:

  • (::String)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def migration_project_identifier
  @migration_project_identifier
end

#selection_rules::String

Returns the value of attribute selection_rules.

Returns:

  • (::String)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def selection_rules
  @selection_rules
end