Class: Aws::Types::InstancePrivateIpAddress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::InstanceNetworkInterfaceAssociation

Returns the value of attribute association.



12114
12115
12116
# File 'sig/types.rbs', line 12114

def association
  @association
end

#primaryBoolean

Returns the value of attribute primary.

Returns:

  • (Boolean)


12115
12116
12117
# File 'sig/types.rbs', line 12115

def primary
  @primary
end

#private_dns_name::String

Returns the value of attribute private_dns_name.

Returns:

  • (::String)


12116
12117
12118
# File 'sig/types.rbs', line 12116

def private_dns_name
  @private_dns_name
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


12117
12118
12119
# File 'sig/types.rbs', line 12117

def private_ip_address
  @private_ip_address
end