Class: Aws::Types::VerifiedAccessLogs

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::VerifiedAccessLogCloudWatchLogsDestination

Returns the value of attribute cloud_watch_logs.



18762
18763
18764
# File 'sig/types.rbs', line 18762

def cloud_watch_logs
  @cloud_watch_logs
end

#include_trust_contextBoolean

Returns the value of attribute include_trust_context.

Returns:

  • (Boolean)


18765
18766
18767
# File 'sig/types.rbs', line 18765

def include_trust_context
  @include_trust_context
end

#kinesis_data_firehoseTypes::VerifiedAccessLogKinesisDataFirehoseDestination

Returns the value of attribute kinesis_data_firehose.



18763
18764
18765
# File 'sig/types.rbs', line 18763

def kinesis_data_firehose
  @kinesis_data_firehose
end

#log_version::String

Returns the value of attribute log_version.

Returns:

  • (::String)


18764
18765
18766
# File 'sig/types.rbs', line 18764

def log_version
  @log_version
end

#s3Types::VerifiedAccessLogS3Destination

Returns the value of attribute s3.



18761
18762
18763
# File 'sig/types.rbs', line 18761

def s3
  @s3
end