Class: Aws::IVSRealTime::Types::DeleteStageRequest

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 deleted.

Returns:

  • (String)


383
384
385
386
387
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 383

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