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)


8576
8577
8578
# File 'sig/types.rbs', line 8576

def availability_zone
  @availability_zone
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


8577
8578
8579
# File 'sig/types.rbs', line 8577

def error_message
  @error_message
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


8579
8580
8581
# File 'sig/types.rbs', line 8579

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")


8578
8579
8580
# File 'sig/types.rbs', line 8578

def status
  @status
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


8575
8576
8577
# File 'sig/types.rbs', line 8575

def subnet_id
  @subnet_id
end