Class: Aws::SecurityHub::Types::AwsRedshiftClusterLoggingStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterLoggingStatus
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Provides information about the logging status of the cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The name of the S3 bucket where the log files are stored.
-
#last_failure_message ⇒ String
The message indicating that the logs failed to be delivered.
-
#last_failure_time ⇒ String
The last time when logs failed to be delivered.
-
#last_successful_delivery_time ⇒ String
The last time that logs were delivered successfully.
-
#logging_enabled ⇒ Boolean
Indicates whether logging is enabled.
-
#s3_key_prefix ⇒ String
Provides the prefix applied to the log file names.
Instance Attribute Details
#bucket_name ⇒ String
The name of the S3 bucket where the log files are stored.
17466 17467 17468 17469 17470 17471 17472 17473 17474 17475 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17466 class AwsRedshiftClusterLoggingStatus < Struct.new( :bucket_name, :last_failure_message, :last_failure_time, :last_successful_delivery_time, :logging_enabled, :s3_key_prefix) SENSITIVE = [] include Aws::Structure end |
#last_failure_message ⇒ String
The message indicating that the logs failed to be delivered.
17466 17467 17468 17469 17470 17471 17472 17473 17474 17475 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17466 class AwsRedshiftClusterLoggingStatus < Struct.new( :bucket_name, :last_failure_message, :last_failure_time, :last_successful_delivery_time, :logging_enabled, :s3_key_prefix) SENSITIVE = [] include Aws::Structure end |
#last_failure_time ⇒ String
The last time when logs failed to be delivered.
For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
17466 17467 17468 17469 17470 17471 17472 17473 17474 17475 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17466 class AwsRedshiftClusterLoggingStatus < Struct.new( :bucket_name, :last_failure_message, :last_failure_time, :last_successful_delivery_time, :logging_enabled, :s3_key_prefix) SENSITIVE = [] include Aws::Structure end |
#last_successful_delivery_time ⇒ String
The last time that logs were delivered successfully.
For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
17466 17467 17468 17469 17470 17471 17472 17473 17474 17475 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17466 class AwsRedshiftClusterLoggingStatus < Struct.new( :bucket_name, :last_failure_message, :last_failure_time, :last_successful_delivery_time, :logging_enabled, :s3_key_prefix) SENSITIVE = [] include Aws::Structure end |
#logging_enabled ⇒ Boolean
Indicates whether logging is enabled.
17466 17467 17468 17469 17470 17471 17472 17473 17474 17475 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17466 class AwsRedshiftClusterLoggingStatus < Struct.new( :bucket_name, :last_failure_message, :last_failure_time, :last_successful_delivery_time, :logging_enabled, :s3_key_prefix) SENSITIVE = [] include Aws::Structure end |
#s3_key_prefix ⇒ String
Provides the prefix applied to the log file names.
17466 17467 17468 17469 17470 17471 17472 17473 17474 17475 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17466 class AwsRedshiftClusterLoggingStatus < Struct.new( :bucket_name, :last_failure_message, :last_failure_time, :last_successful_delivery_time, :logging_enabled, :s3_key_prefix) SENSITIVE = [] include Aws::Structure end |