Class: Aws::IVSRealTime::Types::GetStageRequest

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

#arnString

ARN of the stage for which the information is to be retrieved.

Returns:

  • (String)


759
760
761
762
763
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 759

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