Class: Aws::SSMContacts::Types::ListEngagementsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListEngagementsRequest
- Defined in:
- gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#incident_id ⇒ String
The Amazon Resource Name (ARN) of the incident you're listing engagements for.
-
#max_results ⇒ Integer
The maximum number of engagements per page of results.
-
#next_token ⇒ String
The pagination token to continue to the next page of results.
-
#time_range_value ⇒ Types::TimeRange
The time range to lists engagements for an incident.
Instance Attribute Details
#incident_id ⇒ String
The Amazon Resource Name (ARN) of the incident you're listing engagements for.
1272 1273 1274 1275 1276 1277 1278 1279 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1272 class ListEngagementsRequest < Struct.new( :next_token, :max_results, :incident_id, :time_range_value) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of engagements per page of results.
1272 1273 1274 1275 1276 1277 1278 1279 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1272 class ListEngagementsRequest < Struct.new( :next_token, :max_results, :incident_id, :time_range_value) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to continue to the next page of results.
1272 1273 1274 1275 1276 1277 1278 1279 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1272 class ListEngagementsRequest < Struct.new( :next_token, :max_results, :incident_id, :time_range_value) SENSITIVE = [] include Aws::Structure end |
#time_range_value ⇒ Types::TimeRange
The time range to lists engagements for an incident.
1272 1273 1274 1275 1276 1277 1278 1279 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1272 class ListEngagementsRequest < Struct.new( :next_token, :max_results, :incident_id, :time_range_value) SENSITIVE = [] include Aws::Structure end |