Class: Aws::Types::SuccessfulSuppressionResponseObject
- Inherits:
-
Object
- Object
- Aws::Types::SuccessfulSuppressionResponseObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#resume_at ⇒ ::Time
Returns the value of attribute resume_at.
-
#suppress_at ⇒ ::Time
Returns the value of attribute suppress_at.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
18278 18279 18280 |
# File 'sig/types.rbs', line 18278 def instance_id @instance_id end |
#resume_at ⇒ ::Time
Returns the value of attribute resume_at.
18280 18281 18282 |
# File 'sig/types.rbs', line 18280 def resume_at @resume_at end |
#suppress_at ⇒ ::Time
Returns the value of attribute suppress_at.
18279 18280 18281 |
# File 'sig/types.rbs', line 18279 def suppress_at @suppress_at end |