Class: Aws::Resiliencehubv2::Types::ListServiceFunctionsRequest

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

#max_resultsInteger

Pagination page size.

Returns:

  • (Integer)


2574
2575
2576
2577
2578
2579
2580
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2574

class ListServiceFunctionsRequest < Struct.new(
  :service_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token.

Returns:

  • (String)


2574
2575
2576
2577
2578
2579
2580
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2574

class ListServiceFunctionsRequest < Struct.new(
  :service_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

ARN identifier.

Returns:

  • (String)


2574
2575
2576
2577
2578
2579
2580
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2574

class ListServiceFunctionsRequest < Struct.new(
  :service_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end