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

Class: Aws::IVS::Types::ListStreamKeysRequest

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

Overview

Note:

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

{
  channel_arn: "ChannelArn", # required
  next_token: "PaginationToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

Channel ARN used to filter the list.

Returns:

  • (String)

    Channel ARN used to filter the list.

#max_resultsInteger

Maximum number of streamKeys to return.

Returns:

  • (Integer)

    Maximum number of streamKeys to return.

#next_tokenString

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

Returns:

  • (String)

    The first stream key to retrieve.