Class: Aws::IVSRealTime::Types::GetStageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::GetStageResponse
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stage ⇒ Types::Stage
The stage that is returned.
Instance Attribute Details
#stage ⇒ Types::Stage
The stage that is returned.
841 842 843 844 845 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 841 class GetStageResponse < Struct.new( :stage) SENSITIVE = [] include Aws::Structure end |