Class: Aws::EC2::Types::VerifiedAccessLogs
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessLogs
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the options for Verified Access logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::VerifiedAccessLogCloudWatchLogsDestination
CloudWatch Logs logging destination.
-
#include_trust_context ⇒ Boolean
Indicates whether trust data is included in the logs.
-
#kinesis_data_firehose ⇒ Types::VerifiedAccessLogKinesisDataFirehoseDestination
Kinesis logging destination.
-
#log_version ⇒ String
The log version.
-
#s3 ⇒ Types::VerifiedAccessLogS3Destination
Amazon S3 logging options.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::VerifiedAccessLogCloudWatchLogsDestination
CloudWatch Logs logging destination.
80455 80456 80457 80458 80459 80460 80461 80462 80463 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80455 class VerifiedAccessLogs < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end |
#include_trust_context ⇒ Boolean
Indicates whether trust data is included in the logs.
80455 80456 80457 80458 80459 80460 80461 80462 80463 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80455 class VerifiedAccessLogs < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end |
#kinesis_data_firehose ⇒ Types::VerifiedAccessLogKinesisDataFirehoseDestination
Kinesis logging destination.
80455 80456 80457 80458 80459 80460 80461 80462 80463 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80455 class VerifiedAccessLogs < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end |
#log_version ⇒ String
The log version.
80455 80456 80457 80458 80459 80460 80461 80462 80463 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80455 class VerifiedAccessLogs < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end |
#s3 ⇒ Types::VerifiedAccessLogS3Destination
Amazon S3 logging options.
80455 80456 80457 80458 80459 80460 80461 80462 80463 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80455 class VerifiedAccessLogs < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end |