Class: Aws::Types::ListServicesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array[Types::ServiceSummary]

Returns the value of attribute items.

Returns:



1019
1020
1021
# File 'sig/types.rbs', line 1019

def items
  @items
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def next_token
  @next_token
end