Class: Aws::Types::BatchGetMetricDataQuery
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetMetricDataQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Hash[("EMAIL_IDENTITY" | "CONFIGURATION_SET" | "ISP"), ::String]
Returns the value of attribute dimensions.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metric ⇒ "SEND", ...
Returns the value of attribute metric.
-
#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"), ::String]
Returns the value of attribute dimensions.
60 61 62 |
# File 'sig/types.rbs', line 60 def dimensions @dimensions end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
62 63 64 |
# File 'sig/types.rbs', line 62 def end_date @end_date end |
#id ⇒ ::String
Returns the value of attribute id.
57 58 59 |
# File 'sig/types.rbs', line 57 def id @id end |
#metric ⇒ "SEND", ...
Returns the value of attribute metric.
59 60 61 |
# File 'sig/types.rbs', line 59 def metric @metric end |
#namespace ⇒ "VDM"
Returns the value of attribute namespace.
58 59 60 |
# File 'sig/types.rbs', line 58 def namespace @namespace end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
61 62 63 |
# File 'sig/types.rbs', line 61 def start_date @start_date end |