Class: Aws::Types::DescribeMetadataModelExportsAsScriptMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



1022
1023
1024
# File 'sig/types.rbs', line 1022

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def max_records
  @max_records
end

#migration_project_identifier::String

Returns the value of attribute migration_project_identifier.

Returns:

  • (::String)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def migration_project_identifier
  @migration_project_identifier
end