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)


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

def bucket_name
  @bucket_name
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


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

def cluster_identifier
  @cluster_identifier
end

#log_destination_type"s3", ...

Returns the value of attribute log_destination_type.

Returns:

  • ("s3", "cloudwatch", "s3table")


1422
1423
1424
# File 'sig/types.rbs', line 1422

def log_destination_type
  @log_destination_type
end

#log_exports::Array[::String]

Returns the value of attribute log_exports.

Returns:

  • (::Array[::String])


1423
1424
1425
# File 'sig/types.rbs', line 1423

def log_exports
  @log_exports
end

#s3_key_prefix::String

Returns the value of attribute s3_key_prefix.

Returns:

  • (::String)


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

def s3_key_prefix
  @s3_key_prefix
end

#s3_table_granularity::String

Returns the value of attribute s3_table_granularity.

Returns:

  • (::String)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def s3_table_granularity
  @s3_table_granularity
end

#s3_table_kms_key_id::String

Returns the value of attribute s3_table_kms_key_id.

Returns:

  • (::String)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def s3_table_kms_key_id
  @s3_table_kms_key_id
end