Class: Aws::EC2::Types::SuccessfulSuppressionResponseObject

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a successful application status check suppression.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the instance.

Returns:

  • (String)


83747
83748
83749
83750
83751
83752
83753
# File 'lib/aws-sdk-ec2/types.rb', line 83747

class SuccessfulSuppressionResponseObject < Struct.new(
  :instance_id,
  :suppress_at,
  :resume_at)
  SENSITIVE = []
  include Aws::Structure
end

#resume_atTime

The date and time when suppression ends and health checks resume.

Returns:

  • (Time)


83747
83748
83749
83750
83751
83752
83753
# File 'lib/aws-sdk-ec2/types.rb', line 83747

class SuccessfulSuppressionResponseObject < Struct.new(
  :instance_id,
  :suppress_at,
  :resume_at)
  SENSITIVE = []
  include Aws::Structure
end

#suppress_atTime

The date and time when suppression started.

Returns:

  • (Time)


83747
83748
83749
83750
83751
83752
83753
# File 'lib/aws-sdk-ec2/types.rb', line 83747

class SuccessfulSuppressionResponseObject < Struct.new(
  :instance_id,
  :suppress_at,
  :resume_at)
  SENSITIVE = []
  include Aws::Structure
end