Class: Aws::Types::UnsuccessfulSuppressionResponseObject
- Inherits:
-
Object
- Object
- Aws::Types::UnsuccessfulSuppressionResponseObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#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.
18748 18749 18750 |
# File 'sig/types.rbs', line 18748 def instance_id @instance_id end |
#reason ⇒ ::String
Returns the value of attribute reason.
18751 18752 18753 |
# File 'sig/types.rbs', line 18751 def reason @reason end |
#resume_at ⇒ ::Time
Returns the value of attribute resume_at.
18750 18751 18752 |
# File 'sig/types.rbs', line 18750 def resume_at @resume_at end |
#suppress_at ⇒ ::Time
Returns the value of attribute suppress_at.
18749 18750 18751 |
# File 'sig/types.rbs', line 18749 def suppress_at @suppress_at end |