Class: Aws::IVSRealTime::Types::UpdateStageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::UpdateStageResponse
- 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 updated stage.
Instance Attribute Details
#stage ⇒ Types::Stage
The updated stage.
3442 3443 3444 3445 3446 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3442 class UpdateStageResponse < Struct.new( :stage) SENSITIVE = [] include Aws::Structure end |