Class: Aws::Types::NetworkInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


8225
8226
8227
# File 'sig/types.rbs', line 8225

def availability_zone
  @availability_zone
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


8226
8227
8228
# File 'sig/types.rbs', line 8226

def error_message
  @error_message
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


8228
8229
8230
# File 'sig/types.rbs', line 8228

def network_interface_id
  @network_interface_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "CREATION_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETED", "DELETION_FAILED", "DELETION_SCHEDULED", "ATTACHMENT_FAILED_ROLLBACK_FAILED")


8227
8228
8229
# File 'sig/types.rbs', line 8227

def status
  @status
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


8224
8225
8226
# File 'sig/types.rbs', line 8224

def subnet_id
  @subnet_id
end