Class: Aws::Types::MetricsDataSource
- Inherits:
-
Object
- Object
- Aws::Types::MetricsDataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Hash[("EMAIL_IDENTITY" | "CONFIGURATION_SET" | "ISP"), ::Array[::String]]
Returns the value of attribute dimensions.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#metrics ⇒ ::Array[Types::ExportMetric]
Returns the value of attribute metrics.
-
#namespace ⇒ "VDM"
Returns the value of attribute namespace.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
Instance Attribute Details
#dimensions ⇒ ::Hash[("EMAIL_IDENTITY" | "CONFIGURATION_SET" | "ISP"), ::Array[::String]]
Returns the value of attribute dimensions.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def dimensions @dimensions end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def end_date @end_date end |
#metrics ⇒ ::Array[Types::ExportMetric]
Returns the value of attribute metrics.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def metrics @metrics end |
#namespace ⇒ "VDM"
Returns the value of attribute namespace.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def namespace @namespace end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def start_date @start_date end |