class Aws::IVS::Types::ListStreamKeysRequest
@note When making an API call, you may pass ListStreamKeysRequest
data as a hash: { channel_arn: "ChannelArn", # required next_token: "PaginationToken", max_results: 1, }
@!attribute [rw] channel_arn
Channel ARN used to filter the list. @return [String]
@!attribute [rw] next_token
The first stream key to retrieve. This is used for pagination; see the `nextToken` response field. @return [String]
@!attribute [rw] max_results
Maximum number of streamKeys to return. Default: 50. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/ListStreamKeysRequest AWS API Documentation
Constants
- SENSITIVE