Class: Aws::Types::LoggingStatus

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)


1928
1929
1930
# File 'sig/types.rbs', line 1928

def bucket_name
  @bucket_name
end

#last_failure_message::String

Returns the value of attribute last_failure_message.

Returns:

  • (::String)


1932
1933
1934
# File 'sig/types.rbs', line 1932

def last_failure_message
  @last_failure_message
end

#last_failure_time::Time

Returns the value of attribute last_failure_time.

Returns:

  • (::Time)


1931
1932
1933
# File 'sig/types.rbs', line 1931

def last_failure_time
  @last_failure_time
end

#last_successful_delivery_time::Time

Returns the value of attribute last_successful_delivery_time.

Returns:

  • (::Time)


1930
1931
1932
# File 'sig/types.rbs', line 1930

def last_successful_delivery_time
  @last_successful_delivery_time
end

#log_destination_type"s3", ...

Returns the value of attribute log_destination_type.

Returns:

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


1933
1934
1935
# File 'sig/types.rbs', line 1933

def log_destination_type
  @log_destination_type
end

#log_exports::Array[::String]

Returns the value of attribute log_exports.

Returns:

  • (::Array[::String])


1934
1935
1936
# File 'sig/types.rbs', line 1934

def log_exports
  @log_exports
end

#logging_enabledBoolean

Returns the value of attribute logging_enabled.

Returns:

  • (Boolean)


1927
1928
1929
# File 'sig/types.rbs', line 1927

def logging_enabled
  @logging_enabled
end

#s3_key_prefix::String

Returns the value of attribute s3_key_prefix.

Returns:

  • (::String)


1929
1930
1931
# File 'sig/types.rbs', line 1929

def s3_key_prefix
  @s3_key_prefix
end

#s3_tablesTypes::S3TablePublishStatus

Returns the value of attribute s3_tables.



1935
1936
1937
# File 'sig/types.rbs', line 1935

def s3_tables
  @s3_tables
end