Class: Aws::Types::DisableLoggingMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def cluster_identifier
  @cluster_identifier
end

#log_destination_type"s3", ...

Returns the value of attribute log_destination_type.

Returns:

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


1381
1382
1383
# File 'sig/types.rbs', line 1381

def log_destination_type
  @log_destination_type
end

#log_exports::Array[::String]

Returns the value of attribute log_exports.

Returns:

  • (::Array[::String])


1382
1383
1384
# File 'sig/types.rbs', line 1382

def log_exports
  @log_exports
end