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.



12189
12190
12191
# File 'sig/types.rbs', line 12189

def attachment
  @attachment
end

#interface_type"secondary"

Returns the value of attribute interface_type.

Returns:

  • ("secondary")


12198
12199
12200
# File 'sig/types.rbs', line 12198

def interface_type
  @interface_type
end

#mac_address::String

Returns the value of attribute mac_address.

Returns:

  • (::String)


12190
12191
12192
# File 'sig/types.rbs', line 12190

def mac_address
  @mac_address
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


12192
12193
12194
# File 'sig/types.rbs', line 12192

def owner_id
  @owner_id
end

#private_ip_addresses::Array[Types::InstanceSecondaryInterfacePrivateIpAddress]

Returns the value of attribute private_ip_addresses.



12193
12194
12195
# File 'sig/types.rbs', line 12193

def private_ip_addresses
  @private_ip_addresses
end

#secondary_interface_id::String

Returns the value of attribute secondary_interface_id.

Returns:

  • (::String)


12191
12192
12193
# File 'sig/types.rbs', line 12191

def secondary_interface_id
  @secondary_interface_id
end

#secondary_network_id::String

Returns the value of attribute secondary_network_id.

Returns:

  • (::String)


12197
12198
12199
# File 'sig/types.rbs', line 12197

def secondary_network_id
  @secondary_network_id
end

#secondary_subnet_id::String

Returns the value of attribute secondary_subnet_id.

Returns:

  • (::String)


12196
12197
12198
# File 'sig/types.rbs', line 12196

def secondary_subnet_id
  @secondary_subnet_id
end

#source_dest_checkBoolean

Returns the value of attribute source_dest_check.

Returns:

  • (Boolean)


12194
12195
12196
# File 'sig/types.rbs', line 12194

def source_dest_check
  @source_dest_check
end

#status"available", "in-use"

Returns the value of attribute status.

Returns:

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


12195
12196
12197
# File 'sig/types.rbs', line 12195

def status
  @status
end