Class: Aws::EC2::Types::ResetAddressAttributeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ResetAddressAttributeResult
- Defined in:
- gems/aws-sdk-ec2/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.
66525 66526 66527 66528 66529 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66525 class ResetAddressAttributeResult < Struct.new( :address) SENSITIVE = [] include Aws::Structure end |