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)


3017
3018
3019
3020
3021
3022
3023
3024
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3017

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

#arnString

Stage ARN.

Returns:

  • (String)


3017
3018
3019
3020
3021
3022
3023
3024
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3017

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

#nameString

Stage name.

Returns:

  • (String)


3017
3018
3019
3020
3021
3022
3023
3024
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3017

class StageSummary < Struct.new(
  :arn,
  :name,
  :active_session_id,
  :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 Best practices and strategies in Tagging AWS Resources and Tag Editor 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>)


3017
3018
3019
3020
3021
3022
3023
3024
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3017

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