Class: Aws::Types::ListChannelsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_by_ad_configuration_arn::String

Returns the value of attribute filter_by_ad_configuration_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def next_token
  @next_token
end