Class: Aws::Types::VerifiedAccessLogOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::VerifiedAccessLogCloudWatchLogsDestinationOptions

Returns the value of attribute cloud_watch_logs.



19402
19403
19404
# File 'sig/types.rbs', line 19402

def cloud_watch_logs
  @cloud_watch_logs
end

#include_trust_contextBoolean

Returns the value of attribute include_trust_context.

Returns:

  • (Boolean)


19405
19406
19407
# File 'sig/types.rbs', line 19405

def include_trust_context
  @include_trust_context
end

#kinesis_data_firehoseTypes::VerifiedAccessLogKinesisDataFirehoseDestinationOptions

Returns the value of attribute kinesis_data_firehose.



19403
19404
19405
# File 'sig/types.rbs', line 19403

def kinesis_data_firehose
  @kinesis_data_firehose
end

#log_version::String

Returns the value of attribute log_version.

Returns:

  • (::String)


19404
19405
19406
# File 'sig/types.rbs', line 19404

def log_version
  @log_version
end

#s3Types::VerifiedAccessLogS3DestinationOptions

Returns the value of attribute s3.



19401
19402
19403
# File 'sig/types.rbs', line 19401

def s3
  @s3
end