Class: Aws::EC2::Types::PtrUpdateStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PtrUpdateStatus
- 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
-
#reason ⇒ String
The reason for the PTR record update.
-
#status ⇒ String
The status of the PTR record update.
-
#value ⇒ String
The value for the PTR record update.
Instance Attribute Details
#reason ⇒ String
The reason for the PTR record update.
55350 55351 55352 55353 55354 55355 55356 |
# File 'lib/aws-sdk-ec2/types.rb', line 55350 class PtrUpdateStatus < Struct.new( :value, :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the PTR record update.
55350 55351 55352 55353 55354 55355 55356 |
# File 'lib/aws-sdk-ec2/types.rb', line 55350 class PtrUpdateStatus < Struct.new( :value, :status, :reason) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value for the PTR record update.
55350 55351 55352 55353 55354 55355 55356 |
# File 'lib/aws-sdk-ec2/types.rb', line 55350 class PtrUpdateStatus < Struct.new( :value, :status, :reason) SENSITIVE = [] include Aws::Structure end |