Class: Aws::Types::VerifiedAccessLogOptions
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessLogOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::VerifiedAccessLogCloudWatchLogsDestinationOptions
Returns the value of attribute cloud_watch_logs.
-
#include_trust_context ⇒ Boolean
Returns the value of attribute include_trust_context.
-
#kinesis_data_firehose ⇒ Types::VerifiedAccessLogKinesisDataFirehoseDestinationOptions
Returns the value of attribute kinesis_data_firehose.
-
#log_version ⇒ ::String
Returns the value of attribute log_version.
-
#s3 ⇒ Types::VerifiedAccessLogS3DestinationOptions
Returns the value of attribute s3.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::VerifiedAccessLogCloudWatchLogsDestinationOptions
Returns the value of attribute cloud_watch_logs.
18736 18737 18738 |
# File 'sig/types.rbs', line 18736 def cloud_watch_logs @cloud_watch_logs end |
#include_trust_context ⇒ Boolean
Returns the value of attribute include_trust_context.
18739 18740 18741 |
# File 'sig/types.rbs', line 18739 def include_trust_context @include_trust_context end |
#kinesis_data_firehose ⇒ Types::VerifiedAccessLogKinesisDataFirehoseDestinationOptions
Returns the value of attribute kinesis_data_firehose.
18737 18738 18739 |
# File 'sig/types.rbs', line 18737 def kinesis_data_firehose @kinesis_data_firehose end |
#log_version ⇒ ::String
Returns the value of attribute log_version.
18738 18739 18740 |
# File 'sig/types.rbs', line 18738 def log_version @log_version end |
#s3 ⇒ Types::VerifiedAccessLogS3DestinationOptions
Returns the value of attribute s3.
18735 18736 18737 |
# File 'sig/types.rbs', line 18735 def s3 @s3 end |