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.
2691 2692 2693 2694 2695 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2691 class UpdateStageResponse < Struct.new( :stage) SENSITIVE = [] include Aws::Structure end |