Class: Aws::Evs::Types::EipAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::EipAssociation
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
An Elastic IP address association with the elastic network interface in the VLAN subnet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allocation_id ⇒ String
The Elastic IP address allocation ID.
-
#association_id ⇒ String
A unique ID for the elastic IP address association with the VLAN subnet.
-
#ip_address ⇒ String
The Elastic IP address.
Instance Attribute Details
#allocation_id ⇒ String
The Elastic IP address allocation ID.
540 541 542 543 544 545 546 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 540 class EipAssociation < Struct.new( :association_id, :allocation_id, :ip_address) SENSITIVE = [] include Aws::Structure end |
#association_id ⇒ String
A unique ID for the elastic IP address association with the VLAN subnet.
540 541 542 543 544 545 546 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 540 class EipAssociation < Struct.new( :association_id, :allocation_id, :ip_address) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
The Elastic IP address.
540 541 542 543 544 545 546 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 540 class EipAssociation < Struct.new( :association_id, :allocation_id, :ip_address) SENSITIVE = [] include Aws::Structure end |