Class: Aws::SSMIncidents::Types::ListRelatedItemsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#incident_record_arnString

The Amazon Resource Name (ARN) of the incident record containing the listed related items.

Returns:

  • (String)


1497
1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1497

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

#max_resultsInteger

The maximum number of related items per page.

Returns:

  • (Integer)


1497
1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1497

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

#next_tokenString

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

Returns:

  • (String)


1497
1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1497

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