Class: Aws::Types::DirectQueryDataSourceType

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

Defined Under Namespace

Classes: CloudWatchLog, Prometheus, SecurityLake, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logTypes::CloudWatchDirectQueryDataSource

Returns the value of attribute cloud_watch_log.



980
981
982
# File 'sig/types.rbs', line 980

def cloud_watch_log
  @cloud_watch_log
end

#prometheusTypes::PrometheusDirectQueryDataSource

Returns the value of attribute prometheus.



982
983
984
# File 'sig/types.rbs', line 982

def prometheus
  @prometheus
end

#security_lakeTypes::SecurityLakeDirectQueryDataSource

Returns the value of attribute security_lake.



981
982
983
# File 'sig/types.rbs', line 981

def security_lake
  @security_lake
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


983
984
985
# File 'sig/types.rbs', line 983

def unknown
  @unknown
end