Class: Aws::Types::DataSourceConfigurationsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_trailTypes::CloudTrailConfigurationResult

Returns the value of attribute cloud_trail.



651
652
653
# File 'sig/types.rbs', line 651

def cloud_trail
  @cloud_trail
end

#dns_logsTypes::DNSLogsConfigurationResult

Returns the value of attribute dns_logs.



652
653
654
# File 'sig/types.rbs', line 652

def dns_logs
  @dns_logs
end

#flow_logsTypes::FlowLogsConfigurationResult

Returns the value of attribute flow_logs.



653
654
655
# File 'sig/types.rbs', line 653

def flow_logs
  @flow_logs
end

#kubernetesTypes::KubernetesConfigurationResult

Returns the value of attribute kubernetes.



655
656
657
# File 'sig/types.rbs', line 655

def kubernetes
  @kubernetes
end

#malware_protectionTypes::MalwareProtectionConfigurationResult

Returns the value of attribute malware_protection.



656
657
658
# File 'sig/types.rbs', line 656

def malware_protection
  @malware_protection
end

#s3_logsTypes::S3LogsConfigurationResult

Returns the value of attribute s3_logs.



654
655
656
# File 'sig/types.rbs', line 654

def s3_logs
  @s3_logs
end