Class: Aws::MediaTailor::Types::ListAlertsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediatailor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::Alert>

A list of alerts that are associated with this resource.

Returns:



2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-mediatailor/types.rb', line 2615

class ListAlertsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

Returns:

  • (String)


2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-mediatailor/types.rb', line 2615

class ListAlertsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end