Class: Aws::MediaLive::Types::ListClusterAlertsResultModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListClusterAlertsResultModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
The result of a successful ListClusterAlerts request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alerts ⇒ Array<Types::ClusterAlert>
The alerts found for this cluster.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#alerts ⇒ Array<Types::ClusterAlert>
The alerts found for this cluster
22200 22201 22202 22203 22204 22205 |
# File 'lib/aws-sdk-medialive/types.rb', line 22200 class ListClusterAlertsResultModel < Struct.new( :alerts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results
22200 22201 22202 22203 22204 22205 |
# File 'lib/aws-sdk-medialive/types.rb', line 22200 class ListClusterAlertsResultModel < Struct.new( :alerts, :next_token) SENSITIVE = [] include Aws::Structure end |