Class: Aws::Types::ListDiscoveredResourcesResponse

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)


1461
1462
1463
# File 'sig/types.rbs', line 1461

def next_token
  @next_token
end

#resource_identifiers::Array[Types::ResourceIdentifier]

Returns the value of attribute resource_identifiers.

Returns:



1460
1461
1462
# File 'sig/types.rbs', line 1460

def resource_identifiers
  @resource_identifiers
end