Class: Aws::IVSRealTime::Types::ListStagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ListStagesResponse
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are more stages than
maxResults
, usenextToken
in the request to get the next set. -
#stages ⇒ Array<Types::StageSummary>
List of the matching stages (summary information only).
Instance Attribute Details
#next_token ⇒ String
If there are more stages than maxResults
, use nextToken
in the
request to get the next set.
1731 1732 1733 1734 1735 1736 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1731 class ListStagesResponse < Struct.new( :stages, :next_token) SENSITIVE = [] include Aws::Structure end |
#stages ⇒ Array<Types::StageSummary>
List of the matching stages (summary information only).
1731 1732 1733 1734 1735 1736 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1731 class ListStagesResponse < Struct.new( :stages, :next_token) SENSITIVE = [] include Aws::Structure end |