Class: Aws::Ivschat::Types::CreateLoggingConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Logging-configuration ARN, assigned by the system.

Returns:

  • (String)


199
200
201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-ivschat/types.rb', line 199

class CreateLoggingConfigurationResponse < Struct.new(
  :arn,
  :id,
  :create_time,
  :update_time,
  :name,
  :destination_configuration,
  :state,
  :tags)
  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)


199
200
201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-ivschat/types.rb', line 199

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

#destination_configurationTypes::DestinationConfiguration

A complex type that contains a destination configuration for where chat content will be logged, from the request. There is only one type of destination (‘cloudWatchLogs`, `firehose`, or `s3`) in a `destinationConfiguration`.



199
200
201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-ivschat/types.rb', line 199

class CreateLoggingConfigurationResponse < Struct.new(
  :arn,
  :id,
  :create_time,
  :update_time,
  :name,
  :destination_configuration,
  :state,
  :tags)
  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 logging configuration.

Returns:

  • (String)


199
200
201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-ivschat/types.rb', line 199

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

#nameString

Logging-configuration name, from the request (if specified).

Returns:

  • (String)


199
200
201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-ivschat/types.rb', line 199

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

#stateString

The state of the logging configuration. When the state is ‘ACTIVE`, the configuration is ready to log chat content.

Returns:

  • (String)


199
200
201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-ivschat/types.rb', line 199

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

#tagsHash<String,String>

Tags attached to the resource, from the request (if specified). Array of maps, each of the form ‘string:string (key:value)`.

Returns:

  • (Hash<String,String>)


199
200
201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-ivschat/types.rb', line 199

class CreateLoggingConfigurationResponse < Struct.new(
  :arn,
  :id,
  :create_time,
  :update_time,
  :name,
  :destination_configuration,
  :state,
  :tags)
  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)


199
200
201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-ivschat/types.rb', line 199

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