Class: Aws::MediaTailor::Types::ListAlertsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ListAlertsResponse
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::Alert>
A list of alerts that are associated with this resource.
-
#next_token ⇒ String
Pagination token returned by the list request when results exceed the maximum allowed.
Instance Attribute Details
#items ⇒ Array<Types::Alert>
A list of alerts that are associated with this resource.
2433 2434 2435 2436 2437 2438 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2433 class ListAlertsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
2433 2434 2435 2436 2437 2438 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2433 class ListAlertsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |