Class: Aws::WellArchitected::Types::ListNotificationsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return for this request.

Returns:

  • (Integer)


3586
3587
3588
3589
3590
3591
3592
3593
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3586

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

#next_tokenString

The token to use to retrieve the next set of results.

Returns:

  • (String)


3586
3587
3588
3589
3590
3591
3592
3593
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3586

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

#resource_arnString

The ARN for the related resource for the notification.

Only one of WorkloadID or ResourceARN should be specified.

Returns:

  • (String)


3586
3587
3588
3589
3590
3591
3592
3593
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3586

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

#workload_idString

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

Returns:

  • (String)


3586
3587
3588
3589
3590
3591
3592
3593
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3586

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