Class: Aws::Types::ListDiscoveredResourcesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


202
203
204
# File 'sig/types.rbs', line 202

def max_results
  @max_results
end

#migration_task_name::String

Returns the value of attribute migration_task_name.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def migration_task_name
  @migration_task_name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def next_token
  @next_token
end

#progress_update_stream::String

Returns the value of attribute progress_update_stream.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def progress_update_stream
  @progress_update_stream
end