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)


2411
2412
2413
2414
2415
2416
2417
2418
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2411

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

#arnString

Stage ARN.

Returns:

  • (String)


2411
2412
2413
2414
2415
2416
2417
2418
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2411

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

#nameString

Stage name.

Returns:

  • (String)


2411
2412
2413
2414
2415
2416
2417
2418
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2411

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


2411
2412
2413
2414
2415
2416
2417
2418
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2411

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