Class: Aws::Types::SchemaConversionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ErrorDetails

Returns the value of attribute error.

Returns:



2777
2778
2779
# File 'sig/types.rbs', line 2777

def error
  @error
end

#export_sql_detailsTypes::ExportSqlDetails

Returns the value of attribute export_sql_details.



2778
2779
2780
# File 'sig/types.rbs', line 2778

def export_sql_details
  @export_sql_details
end

#migration_project_arn::String

Returns the value of attribute migration_project_arn.

Returns:

  • (::String)


2776
2777
2778
# File 'sig/types.rbs', line 2776

def migration_project_arn
  @migration_project_arn
end

#progressTypes::Progress

Returns the value of attribute progress.

Returns:



2779
2780
2781
# File 'sig/types.rbs', line 2779

def progress
  @progress
end

#request_identifier::String

Returns the value of attribute request_identifier.

Returns:

  • (::String)


2775
2776
2777
# File 'sig/types.rbs', line 2775

def request_identifier
  @request_identifier
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2774
2775
2776
# File 'sig/types.rbs', line 2774

def status
  @status
end