Class: Aws::IVSRealTime::Types::Stage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb

Overview

Object specifying a stage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_session_idString

ID of the active session within the stage.

Returns:

  • (String)


1685
1686
1687
1688
1689
1690
1691
1692
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1685

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

#arnString

Stage ARN.

Returns:

  • (String)


1685
1686
1687
1688
1689
1690
1691
1692
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1685

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

#nameString

Stage name.

Returns:

  • (String)


1685
1686
1687
1688
1689
1690
1691
1692
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1685

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

#tagsHash<String,String>

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.

Returns:

  • (Hash<String,String>)


1685
1686
1687
1688
1689
1690
1691
1692
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1685

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