Class: Aws::Types::LogDestinationConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_destination::Hash[::String, ::String]

Returns the value of attribute log_destination.

Returns:

  • (::Hash[::String, ::String])


1218
1219
1220
# File 'sig/types.rbs', line 1218

def log_destination
  @log_destination
end

#log_destination_type"S3", ...

Returns the value of attribute log_destination_type.

Returns:

  • ("S3", "CloudWatchLogs", "KinesisDataFirehose")


1217
1218
1219
# File 'sig/types.rbs', line 1217

def log_destination_type
  @log_destination_type
end

#log_type"ALERT", ...

Returns the value of attribute log_type.

Returns:

  • ("ALERT", "FLOW", "TLS")


1216
1217
1218
# File 'sig/types.rbs', line 1216

def log_type
  @log_type
end