Class: Aws::IVSRealTime::Types::UpdateStageRequest

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 to be updated.

Returns:

  • (String)


2003
2004
2005
2006
2007
2008
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2003

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

#nameString

Name of the stage to be updated.

Returns:

  • (String)


2003
2004
2005
2006
2007
2008
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2003

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