Class: Aws::Types::SecondaryInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentTypes::SecondaryInterfaceAttachment

Returns the value of attribute attachment.



17515
17516
17517
# File 'sig/types.rbs', line 17515

def attachment
  @attachment
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


17513
17514
17515
# File 'sig/types.rbs', line 17513

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


17514
17515
17516
# File 'sig/types.rbs', line 17514

def availability_zone_id
  @availability_zone_id
end

#mac_address::String

Returns the value of attribute mac_address.

Returns:

  • (::String)


17516
17517
17518
# File 'sig/types.rbs', line 17516

def mac_address
  @mac_address
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17517
17518
17519
# File 'sig/types.rbs', line 17517

def owner_id
  @owner_id
end

#private_ipv_4_addresses::Array[Types::SecondaryInterfaceIpv4Address]

Returns the value of attribute private_ipv_4_addresses.



17518
17519
17520
# File 'sig/types.rbs', line 17518

def private_ipv_4_addresses
  @private_ipv_4_addresses
end

#secondary_interface_arn::String

Returns the value of attribute secondary_interface_arn.

Returns:

  • (::String)


17520
17521
17522
# File 'sig/types.rbs', line 17520

def secondary_interface_arn
  @secondary_interface_arn
end

#secondary_interface_id::String

Returns the value of attribute secondary_interface_id.

Returns:

  • (::String)


17519
17520
17521
# File 'sig/types.rbs', line 17519

def secondary_interface_id
  @secondary_interface_id
end

#secondary_interface_type"secondary"

Returns the value of attribute secondary_interface_type.

Returns:

  • ("secondary")


17521
17522
17523
# File 'sig/types.rbs', line 17521

def secondary_interface_type
  @secondary_interface_type
end

#secondary_network_id::String

Returns the value of attribute secondary_network_id.

Returns:

  • (::String)


17523
17524
17525
# File 'sig/types.rbs', line 17523

def secondary_network_id
  @secondary_network_id
end

#secondary_network_type"rdma"

Returns the value of attribute secondary_network_type.

Returns:

  • ("rdma")


17524
17525
17526
# File 'sig/types.rbs', line 17524

def secondary_network_type
  @secondary_network_type
end

#secondary_subnet_id::String

Returns the value of attribute secondary_subnet_id.

Returns:

  • (::String)


17522
17523
17524
# File 'sig/types.rbs', line 17522

def secondary_subnet_id
  @secondary_subnet_id
end

#source_dest_checkBoolean

Returns the value of attribute source_dest_check.

Returns:

  • (Boolean)


17525
17526
17527
# File 'sig/types.rbs', line 17525

def source_dest_check
  @source_dest_check
end

#status"available", "in-use"

Returns the value of attribute status.

Returns:

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


17526
17527
17528
# File 'sig/types.rbs', line 17526

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17527
17528
17529
# File 'sig/types.rbs', line 17527

def tags
  @tags
end