Class: Aws::Types::ListSourceResourcesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def next_token
  @next_token
end

#source_resource_list::Array[Types::SourceResource]

Returns the value of attribute source_resource_list.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def source_resource_list
  @source_resource_list
end