Class: Aws::SSMIncidents::Types::ListResponsePlansOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ListResponsePlansOutput
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to continue to the next page of results.
-
#response_plan_summaries ⇒ Array<Types::ResponsePlanSummary>
Details of each response plan.
Instance Attribute Details
#next_token ⇒ String
The pagination token to continue to the next page of results.
1286 1287 1288 1289 1290 1291 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1286 class ListResponsePlansOutput < Struct.new( :next_token, :response_plan_summaries) SENSITIVE = [] include Aws::Structure end |
#response_plan_summaries ⇒ Array<Types::ResponsePlanSummary>
Details of each response plan.
1286 1287 1288 1289 1290 1291 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1286 class ListResponsePlansOutput < Struct.new( :next_token, :response_plan_summaries) SENSITIVE = [] include Aws::Structure end |