Class: Aws::WellArchitected::Types::ListNotificationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListNotificationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return for this request.
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
-
#resource_arn ⇒ String
The ARN for the related resource for the notification.
-
#workload_id ⇒ String
The ID assigned to the workload.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return for this request.
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_token ⇒ String
The token to use to retrieve the next set of results.
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_arn ⇒ String
The ARN for the related resource for the notification.
<note markdown=“1”> Only one of ‘WorkloadID` or `ResourceARN` should be specified.
</note>
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_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
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 |