Class: Aws::Types::VerifiedAccessLogs
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessLogs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::VerifiedAccessLogCloudWatchLogsDestination
Returns the value of attribute cloud_watch_logs.
-
#include_trust_context ⇒ Boolean
Returns the value of attribute include_trust_context.
-
#kinesis_data_firehose ⇒ Types::VerifiedAccessLogKinesisDataFirehoseDestination
Returns the value of attribute kinesis_data_firehose.
-
#log_version ⇒ ::String
Returns the value of attribute log_version.
-
#s3 ⇒ Types::VerifiedAccessLogS3Destination
Returns the value of attribute s3.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::VerifiedAccessLogCloudWatchLogsDestination
Returns the value of attribute cloud_watch_logs.
19428 19429 19430 |
# File 'sig/types.rbs', line 19428 def cloud_watch_logs @cloud_watch_logs end |
#include_trust_context ⇒ Boolean
Returns the value of attribute include_trust_context.
19431 19432 19433 |
# File 'sig/types.rbs', line 19431 def include_trust_context @include_trust_context end |
#kinesis_data_firehose ⇒ Types::VerifiedAccessLogKinesisDataFirehoseDestination
Returns the value of attribute kinesis_data_firehose.
19429 19430 19431 |
# File 'sig/types.rbs', line 19429 def kinesis_data_firehose @kinesis_data_firehose end |
#log_version ⇒ ::String
Returns the value of attribute log_version.
19430 19431 19432 |
# File 'sig/types.rbs', line 19430 def log_version @log_version end |
#s3 ⇒ Types::VerifiedAccessLogS3Destination
Returns the value of attribute s3.
19427 19428 19429 |
# File 'sig/types.rbs', line 19427 def s3 @s3 end |