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.
58408 58409 58410 58411 58412 |
# File 'lib/aws-sdk-ec2/types.rb', line 58408 class ResetAddressAttributeResult < Struct.new( :address) SENSITIVE = [] include Aws::Structure end |