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)


486
487
488
# File 'sig/types.rbs', line 486

def next_token
  @next_token
end

#service_summary_list ⇒ ::Array[Types::ServiceSummary]

Returns the value of attribute service_summary_list.

Returns:



485
486
487
# File 'sig/types.rbs', line 485

def service_summary_list
  @service_summary_list
end