Class: Aws::Types::SearchResourcesOutput

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)


358
359
360
# File 'sig/types.rbs', line 358

def next_token
  @next_token
end

#query_errors::Array[Types::QueryError]

Returns the value of attribute query_errors.

Returns:



359
360
361
# File 'sig/types.rbs', line 359

def query_errors
  @query_errors
end

#resource_identifiers::Array[Types::ResourceIdentifier]

Returns the value of attribute resource_identifiers.

Returns:



357
358
359
# File 'sig/types.rbs', line 357

def resource_identifiers
  @resource_identifiers
end