Class: Aws::IVSRealTime::Types::GetStageResponse

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

#stageTypes::Stage

The stage that is returned.

Returns:



771
772
773
774
775
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 771

class GetStageResponse < Struct.new(
  :stage)
  SENSITIVE = []
  include Aws::Structure
end