Class: Aws::EC2::Types::ResetAddressAttributeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ResetAddressAttributeResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ Types::AddressAttribute
Information about the IP address.
Instance Attribute Details
#address ⇒ Types::AddressAttribute
Information about the IP address.
61823 61824 61825 61826 61827 |
# File 'lib/aws-sdk-ec2/types.rb', line 61823 class ResetAddressAttributeResult < Struct.new( :address) SENSITIVE = [] include Aws::Structure end |