Class: Aws::Types::ListChannelsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_by_ad_configuration_arn ⇒ ::String
Returns the value of attribute filter_by_ad_configuration_arn.
-
#filter_by_name ⇒ ::String
Returns the value of attribute filter_by_name.
-
#filter_by_playback_restriction_policy_arn ⇒ ::String
Returns the value of attribute filter_by_playback_restriction_policy_arn.
-
#filter_by_recording_configuration_arn ⇒ ::String
Returns the value of attribute filter_by_recording_configuration_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filter_by_ad_configuration_arn ⇒ ::String
Returns the value of attribute filter_by_ad_configuration_arn.
445 446 447 |
# File 'sig/types.rbs', line 445 def filter_by_ad_configuration_arn @filter_by_ad_configuration_arn end |
#filter_by_name ⇒ ::String
Returns the value of attribute filter_by_name.
442 443 444 |
# File 'sig/types.rbs', line 442 def filter_by_name @filter_by_name end |
#filter_by_playback_restriction_policy_arn ⇒ ::String
Returns the value of attribute filter_by_playback_restriction_policy_arn.
444 445 446 |
# File 'sig/types.rbs', line 444 def filter_by_playback_restriction_policy_arn @filter_by_playback_restriction_policy_arn end |
#filter_by_recording_configuration_arn ⇒ ::String
Returns the value of attribute filter_by_recording_configuration_arn.
443 444 445 |
# File 'sig/types.rbs', line 443 def filter_by_recording_configuration_arn @filter_by_recording_configuration_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
447 448 449 |
# File 'sig/types.rbs', line 447 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
446 447 448 |
# File 'sig/types.rbs', line 446 def next_token @next_token end |