Class: Aws::Ivschat::Types::LoggingConfigurationSummary

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

Overview

Summary information about a logging configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Logging-configuration ARN.

Returns:

  • (String)


792
793
794
795
796
797
798
799
800
801
802
803
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 792

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

#create_timeTime

Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.

Returns:

  • (Time)


792
793
794
795
796
797
798
799
800
801
802
803
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 792

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

#destination_configurationTypes::DestinationConfiguration

A complex type that contains a destination configuration for where chat content will be logged.



792
793
794
795
796
797
798
799
800
801
802
803
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 792

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

#idString

Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.

Returns:

  • (String)


792
793
794
795
796
797
798
799
800
801
802
803
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 792

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

#nameString

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

Returns:

  • (String)


792
793
794
795
796
797
798
799
800
801
802
803
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 792

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

#stateString

The state of the logging configuration. When this is ACTIVE, the configuration is ready for logging chat content.

Returns:

  • (String)


792
793
794
795
796
797
798
799
800
801
802
803
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 792

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

#tagsHash<String,String>

Tags to attach 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 Chat has no constraints on tags beyond what is documented there.

Returns:

  • (Hash<String,String>)


792
793
794
795
796
797
798
799
800
801
802
803
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 792

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

#update_timeTime

Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.

Returns:

  • (Time)


792
793
794
795
796
797
798
799
800
801
802
803
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 792

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