Class: Aws::IVS::Types::RecordingConfigurationSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivs/types.rb

Overview

Summary information about a RecordingConfiguration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Recording-configuration ARN.

Returns:

  • (String)


1662
1663
1664
1665
1666
1667
1668
1669
1670
# File 'lib/aws-sdk-ivs/types.rb', line 1662

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

#destination_configurationTypes::DestinationConfiguration

A complex type that contains information about where recorded video will be stored.



1662
1663
1664
1665
1666
1667
1668
1669
1670
# File 'lib/aws-sdk-ivs/types.rb', line 1662

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

#nameString

Recording-configuration name. The value does not need to be unique.

Returns:

  • (String)


1662
1663
1664
1665
1666
1667
1668
1669
1670
# File 'lib/aws-sdk-ivs/types.rb', line 1662

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

#stateString

Indicates the current state of the recording configuration. When the state is ‘ACTIVE`, the configuration is ready for recording a channel stream.

Returns:

  • (String)


1662
1663
1664
1665
1666
1667
1668
1669
1670
# File 'lib/aws-sdk-ivs/types.rb', line 1662

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

#tagsHash<String,String>

Tags attached to the resource. Array of 1-50 maps, each of the form ‘string:string (key:value)`. See [Tagging Amazon Web Services Resources] for more information, including restrictions that apply to tags and “Tag naming limits and requirements”; Amazon IVS has no service-specific constraints beyond what is documented there.

[1]: docs.aws.amazon.com/general/latest/gr/aws_tagging.html

Returns:

  • (Hash<String,String>)


1662
1663
1664
1665
1666
1667
1668
1669
1670
# File 'lib/aws-sdk-ivs/types.rb', line 1662

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