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)


1127
1128
1129
1130
1131
1132
1133
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1127

class ListStageSessionsRequest < Struct.new(
  :max_results,
  :next_token,
  :stage_arn)
  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)


1127
1128
1129
1130
1131
1132
1133
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1127

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

#stage_arnString

Stage ARN.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1127

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