Class: Aws::Types::DirectQueryDataSourceType
- Inherits:
-
Object
- Object
- Aws::Types::DirectQueryDataSourceType
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CloudWatchLog, Prometheus, SecurityLake, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_log ⇒ Types::CloudWatchDirectQueryDataSource
Returns the value of attribute cloud_watch_log.
-
#prometheus ⇒ Types::PrometheusDirectQueryDataSource
Returns the value of attribute prometheus.
-
#security_lake ⇒ Types::SecurityLakeDirectQueryDataSource
Returns the value of attribute security_lake.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#cloud_watch_log ⇒ Types::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 |
#prometheus ⇒ Types::PrometheusDirectQueryDataSource
Returns the value of attribute prometheus.
982 983 984 |
# File 'sig/types.rbs', line 982 def prometheus @prometheus end |
#security_lake ⇒ Types::SecurityLakeDirectQueryDataSource
Returns the value of attribute security_lake.
981 982 983 |
# File 'sig/types.rbs', line 981 def security_lake @security_lake end |
#unknown ⇒ Object
Returns the value of attribute unknown.
983 984 985 |
# File 'sig/types.rbs', line 983 def unknown @unknown end |