Class: Aws::Types::AwsEc2EipDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_id::String

Returns the value of attribute allocation_id.

Returns:

  • (::String)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def allocation_id
  @allocation_id
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def association_id
  @association_id
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def domain
  @domain
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def instance_id
  @instance_id
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def network_border_group
  @network_border_group
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def network_interface_id
  @network_interface_id
end

#network_interface_owner_id::String

Returns the value of attribute network_interface_owner_id.

Returns:

  • (::String)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def network_interface_owner_id
  @network_interface_owner_id
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


1405
1406
1407
# File 'sig/types.rbs', line 1405

def private_ip_address
  @private_ip_address
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def public_ip
  @public_ip
end

#public_ipv_4_pool::String

Returns the value of attribute public_ipv_4_pool.

Returns:

  • (::String)


1401
1402
1403
# File 'sig/types.rbs', line 1401

def public_ipv_4_pool
  @public_ipv_4_pool
end