Class: Aws::EC2::Types::PtrUpdateStatus

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

Overview

The status of an updated pointer (PTR) record for an Elastic IP address.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

The reason for the PTR record update.

Returns:

  • (String)


70625
70626
70627
70628
70629
70630
70631
# File 'lib/aws-sdk-ec2/types.rb', line 70625

class PtrUpdateStatus < Struct.new(
  :value,
  :status,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the PTR record update.

Returns:

  • (String)


70625
70626
70627
70628
70629
70630
70631
# File 'lib/aws-sdk-ec2/types.rb', line 70625

class PtrUpdateStatus < Struct.new(
  :value,
  :status,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value for the PTR record update.

Returns:

  • (String)


70625
70626
70627
70628
70629
70630
70631
# File 'lib/aws-sdk-ec2/types.rb', line 70625

class PtrUpdateStatus < Struct.new(
  :value,
  :status,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end