Class: Aws::EC2::Types::RestoreAddressToClassicResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RestoreAddressToClassicResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#public_ip ⇒ String
The Elastic IP address.
-
#status ⇒ String
The move status for the IP address.
Instance Attribute Details
#public_ip ⇒ String
The Elastic IP address.
62344 62345 62346 62347 62348 62349 |
# File 'lib/aws-sdk-ec2/types.rb', line 62344 class RestoreAddressToClassicResult < Struct.new( :public_ip, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The move status for the IP address.
62344 62345 62346 62347 62348 62349 |
# File 'lib/aws-sdk-ec2/types.rb', line 62344 class RestoreAddressToClassicResult < Struct.new( :public_ip, :status) SENSITIVE = [] include Aws::Structure end |