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.
17939 17940 17941 |
# File 'sig/types.rbs', line 17939 def instance_id @instance_id end |
#resume_at ⇒ ::Time
Returns the value of attribute resume_at.
17941 17942 17943 |
# File 'sig/types.rbs', line 17941 def resume_at @resume_at end |
#suppress_at ⇒ ::Time
Returns the value of attribute suppress_at.
17940 17941 17942 |
# File 'sig/types.rbs', line 17940 def suppress_at @suppress_at end |