Class: Aws::Types::DeleteStatisticsValueMap
- Inherits:
-
Object
- Object
- Aws::Types::DeleteStatisticsValueMap
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#statistics_id ⇒ ::String
Returns the value of attribute statistics_id.
Instance Attribute Details
#active ⇒ Boolean
Returns the value of attribute active.
188 189 190 |
# File 'sig/types.rbs', line 188 def active @active end |
#statistics_id ⇒ ::String
Returns the value of attribute statistics_id.
189 190 191 |
# File 'sig/types.rbs', line 189 def statistics_id @statistics_id end |