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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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_id ⇒ String

The ID of the instance.

Returns:

  • (String)


85930
85931
85932
85933
85934
85935
85936
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85930

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

#resume_at ⇒ Time

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

Returns:

  • (Time)


85930
85931
85932
85933
85934
85935
85936
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85930

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

#suppress_at ⇒ Time

The date and time when suppression started.

Returns:

  • (Time)


85930
85931
85932
85933
85934
85935
85936
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85930

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