Class: Aws::Resiliencehubv2::Types::ListServiceFunctionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token.

Returns:

  • (String)


2592
2593
2594
2595
2596
2597
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2592

class ListServiceFunctionsResponse < Struct.new(
  :service_functions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#service_functionsArray<Types::ServiceFunction>

The list of service functions.

Returns:



2592
2593
2594
2595
2596
2597
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2592

class ListServiceFunctionsResponse < Struct.new(
  :service_functions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end