Class: Aws::MediaLive::Types::ListClusterAlertsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListClusterAlertsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#alerts ⇒ Array<Types::ClusterAlert>
22181 22182 22183 22184 22185 22186 |
# File 'lib/aws-sdk-medialive/types.rb', line 22181 class ListClusterAlertsResponse < Struct.new( :alerts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
22181 22182 22183 22184 22185 22186 |
# File 'lib/aws-sdk-medialive/types.rb', line 22181 class ListClusterAlertsResponse < Struct.new( :alerts, :next_token) SENSITIVE = [] include Aws::Structure end |