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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3735
3736
3737
3738
3739
3740
3741
3742
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3735

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)


3735
3736
3737
3738
3739
3740
3741
3742
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3735

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.

<note markdown=“1”> Only one of ‘WorkloadID` or `ResourceARN` should be specified.

</note>

Returns:

  • (String)


3735
3736
3737
3738
3739
3740
3741
3742
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3735

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)


3735
3736
3737
3738
3739
3740
3741
3742
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3735

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