Class: Aws::SSMIncidents::Types::ListResponsePlansInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ Integer

The maximum number of response plans per page.

Returns:

  • (Integer)


1570
1571
1572
1573
1574
1575
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1570

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

#next_token ⇒ String

The pagination token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


1570
1571
1572
1573
1574
1575
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1570

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