Class: Aws::Types::ListNodesSummaryResult

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)


2903
2904
2905
# File 'sig/types.rbs', line 2903

def next_token
  @next_token
end

#summary::Array[::Hash[::String, ::String]]

Returns the value of attribute summary.

Returns:

  • (::Array[::Hash[::String, ::String]])


2902
2903
2904
# File 'sig/types.rbs', line 2902

def summary
  @summary
end