Class: Aws::Resiliencehubv2::Types::ListServiceFunctionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListServiceFunctionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Pagination token.
-
#service_functions ⇒ Array<Types::ServiceFunction>
The list of service functions.
Instance Attribute Details
#next_token ⇒ String
Pagination token.
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_functions ⇒ Array<Types::ServiceFunction>
The list of service functions.
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 |