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

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1628
1629
1630
# File 'sig/types.rbs', line 1628

def next_token
  @next_token
end

#service_arns::Array[::String]

Returns the value of attribute service_arns.

Returns:

  • (::Array[::String])


1627
1628
1629
# File 'sig/types.rbs', line 1627

def service_arns
  @service_arns
end