Class: Aws::MediaLive::Types::ListClusterAlertsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListClusterAlertsResponse
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#alerts ⇒ Array<Types::ClusterAlert>
22267 22268 22269 22270 22271 22272 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22267 class ListClusterAlertsResponse < Struct.new( :alerts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
22267 22268 22269 22270 22271 22272 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22267 class ListClusterAlertsResponse < Struct.new( :alerts, :next_token) SENSITIVE = [] include Aws::Structure end |