Class: Aws::Types::EnableLoggingMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


1417
1418
1419
# File 'sig/types.rbs', line 1417

def bucket_name
  @bucket_name
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def cluster_identifier
  @cluster_identifier
end

#log_destination_type"s3", "cloudwatch"

Returns the value of attribute log_destination_type.

Returns:

  • ("s3", "cloudwatch")


1419
1420
1421
# File 'sig/types.rbs', line 1419

def log_destination_type
  @log_destination_type
end

#log_exports::Array[::String]

Returns the value of attribute log_exports.

Returns:

  • (::Array[::String])


1420
1421
1422
# File 'sig/types.rbs', line 1420

def log_exports
  @log_exports
end

#s3_key_prefix::String

Returns the value of attribute s3_key_prefix.

Returns:

  • (::String)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def s3_key_prefix
  @s3_key_prefix
end