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.
58920 58921 58922 58923 58924 58925 |
# File 'lib/aws-sdk-ec2/types.rb', line 58920 class RestoreAddressToClassicResult < Struct.new( :public_ip, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The move status for the IP address.
58920 58921 58922 58923 58924 58925 |
# File 'lib/aws-sdk-ec2/types.rb', line 58920 class RestoreAddressToClassicResult < Struct.new( :public_ip, :status) SENSITIVE = [] include Aws::Structure end |