Class: Aws::MediaTailor::Types::ListAlertsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ListAlertsRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Note:
When making an API call, you may pass ListAlertsRequest data as a hash:
{
max_results: 1,
next_token: "__string",
resource_arn: "__string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#max_results ⇒ Integer
2301 2302 2303 2304 2305 2306 2307 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2301 class ListAlertsRequest < Struct.new( :max_results, :next_token, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2301 2302 2303 2304 2305 2306 2307 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2301 class ListAlertsRequest < Struct.new( :max_results, :next_token, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
2301 2302 2303 2304 2305 2306 2307 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2301 class ListAlertsRequest < Struct.new( :max_results, :next_token, :resource_arn) SENSITIVE = [] include Aws::Structure end |