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.
1258 1259 1260 1261 1262 1263 1264 1265 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1258 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.
1258 1259 1260 1261 1262 1263 1264 1265 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1258 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.
1258 1259 1260 1261 1262 1263 1264 1265 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1258 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.
1258 1259 1260 1261 1262 1263 1264 1265 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1258 class ListEngagementsRequest < Struct.new( :next_token, :max_results, :incident_id, :time_range_value) SENSITIVE = [] include Aws::Structure end |