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

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

#reason ⇒ String

The reason for the PTR record update.

Returns:

  • (String)


74756
74757
74758
74759
74760
74761
74762
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74756

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

#status ⇒ String

The status of the PTR record update.

Returns:

  • (String)


74756
74757
74758
74759
74760
74761
74762
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74756

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

#value ⇒ String

The value for the PTR record update.

Returns:

  • (String)


74756
74757
74758
74759
74760
74761
74762
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74756

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