You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IVS::Types::ListChannelsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListChannelsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  filter_by_name: "ChannelName",
  next_token: "PaginationToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#filter_by_nameString

Filters the channel list to match the specified name.

Returns:

  • (String)

    Filters the channel list to match the specified name.

#max_resultsInteger

Maximum number of channels to return.

Returns:

  • (Integer)

    Maximum number of channels to return.

#next_tokenString

The first channel to retrieve. This is used for pagination; see the nextToken response field.

Returns:

  • (String)

    The first channel to retrieve.