Class: Aws::IVSRealTime::Types::ListStageSessionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of results to return. Default: 50.

Returns:

  • (Integer)


1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1602

class ListStageSessionsRequest < Struct.new(
  :stage_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1602

class ListStageSessionsRequest < Struct.new(
  :stage_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#stage_arnString

Stage ARN.

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1602

class ListStageSessionsRequest < Struct.new(
  :stage_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end