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


1227
1228
1229
# File 'sig/types.rbs', line 1227

def log_destination
  @log_destination
end

#log_destination_type"S3", ...

Returns the value of attribute log_destination_type.

Returns:

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


1226
1227
1228
# File 'sig/types.rbs', line 1226

def log_destination_type
  @log_destination_type
end

#log_type"ALERT", ...

Returns the value of attribute log_type.

Returns:

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


1225
1226
1227
# File 'sig/types.rbs', line 1225

def log_type
  @log_type
end