Class: Aws::Types::DescribeMigrationProjectsResponse

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)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def marker
  @marker
end

#migration_projects::Array[Types::MigrationProject]

Returns the value of attribute migration_projects.

Returns:



1086
1087
1088
# File 'sig/types.rbs', line 1086

def migration_projects
  @migration_projects
end