Class: Aws::Evs::Types::EipAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#allocation_idString

The Elastic IP address allocation ID.

Returns:

  • (String)


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_idString

A unique ID for the elastic IP address association with the VLAN subnet.

Returns:

  • (String)


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_addressString

The Elastic IP address.

Returns:

  • (String)


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