Class: Aws::Types::InstanceSecondaryInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentTypes::InstanceSecondaryInterfaceAttachment

Returns the value of attribute attachment.



11701
11702
11703
# File 'sig/types.rbs', line 11701

def attachment
  @attachment
end

#interface_type"secondary"

Returns the value of attribute interface_type.

Returns:

  • ("secondary")


11710
11711
11712
# File 'sig/types.rbs', line 11710

def interface_type
  @interface_type
end

#mac_address::String

Returns the value of attribute mac_address.

Returns:

  • (::String)


11702
11703
11704
# File 'sig/types.rbs', line 11702

def mac_address
  @mac_address
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


11704
11705
11706
# File 'sig/types.rbs', line 11704

def owner_id
  @owner_id
end

#private_ip_addresses::Array[Types::InstanceSecondaryInterfacePrivateIpAddress]

Returns the value of attribute private_ip_addresses.



11705
11706
11707
# File 'sig/types.rbs', line 11705

def private_ip_addresses
  @private_ip_addresses
end

#secondary_interface_id::String

Returns the value of attribute secondary_interface_id.

Returns:

  • (::String)


11703
11704
11705
# File 'sig/types.rbs', line 11703

def secondary_interface_id
  @secondary_interface_id
end

#secondary_network_id::String

Returns the value of attribute secondary_network_id.

Returns:

  • (::String)


11709
11710
11711
# File 'sig/types.rbs', line 11709

def secondary_network_id
  @secondary_network_id
end

#secondary_subnet_id::String

Returns the value of attribute secondary_subnet_id.

Returns:

  • (::String)


11708
11709
11710
# File 'sig/types.rbs', line 11708

def secondary_subnet_id
  @secondary_subnet_id
end

#source_dest_checkBoolean

Returns the value of attribute source_dest_check.

Returns:

  • (Boolean)


11706
11707
11708
# File 'sig/types.rbs', line 11706

def source_dest_check
  @source_dest_check
end

#status"available", "in-use"

Returns the value of attribute status.

Returns:

  • ("available", "in-use")


11707
11708
11709
# File 'sig/types.rbs', line 11707

def status
  @status
end