Class: Aws::IVSRealTime::Types::StageSummary

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

Overview

Summary information about 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)


1778
1779
1780
1781
1782
1783
1784
1785
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1778

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

#arnString

Stage ARN.

Returns:

  • (String)


1778
1779
1780
1781
1782
1783
1784
1785
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1778

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

#nameString

Stage name.

Returns:

  • (String)


1778
1779
1780
1781
1782
1783
1784
1785
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1778

class StageSummary < 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>)


1778
1779
1780
1781
1782
1783
1784
1785
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1778

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