Class: Aws::Types::SearchOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#countTypes::ResourceCount

Returns the value of attribute count.



431
432
433
# File 'sig/types.rbs', line 431

def count
  @count
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def next_token
  @next_token
end

#resources::Array[Types::Resource]

Returns the value of attribute resources.

Returns:



428
429
430
# File 'sig/types.rbs', line 428

def resources
  @resources
end

#view_arn::String

Returns the value of attribute view_arn.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def view_arn
  @view_arn
end