Class: Aws::EC2::Types::UnsuccessfulSuppressionResponseObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::UnsuccessfulSuppressionResponseObject
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes an unsuccessful application status check suppression.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The ID of the instance.
-
#reason ⇒ String
The reason the suppression failed.
-
#resume_at ⇒ Time
The date and time when health checks would have resumed.
-
#suppress_at ⇒ Time
The date and time when suppression was attempted.
Instance Attribute Details
#instance_id ⇒ String
The ID of the instance.
87001 87002 87003 87004 87005 87006 87007 87008 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 87001 class UnsuccessfulSuppressionResponseObject < Struct.new( :instance_id, :suppress_at, :resume_at, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the suppression failed.
87001 87002 87003 87004 87005 87006 87007 87008 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 87001 class UnsuccessfulSuppressionResponseObject < Struct.new( :instance_id, :suppress_at, :resume_at, :reason) SENSITIVE = [] include Aws::Structure end |
#resume_at ⇒ Time
The date and time when health checks would have resumed.
87001 87002 87003 87004 87005 87006 87007 87008 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 87001 class UnsuccessfulSuppressionResponseObject < Struct.new( :instance_id, :suppress_at, :resume_at, :reason) SENSITIVE = [] include Aws::Structure end |
#suppress_at ⇒ Time
The date and time when suppression was attempted.
87001 87002 87003 87004 87005 87006 87007 87008 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 87001 class UnsuccessfulSuppressionResponseObject < Struct.new( :instance_id, :suppress_at, :resume_at, :reason) SENSITIVE = [] include Aws::Structure end |