Class: Aws::Types::ListConfigsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config_list ⇒ ::Array[Types::ConfigListItem]

Returns the value of attribute config_list.

Returns:



814
815
816
# File 'sig/types.rbs', line 814

def config_list
  @config_list
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def next_token
  @next_token
end