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.



17494
17495
17496
# File 'sig/types.rbs', line 17494

def attachment
  @attachment
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


17492
17493
17494
# File 'sig/types.rbs', line 17492

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


17493
17494
17495
# File 'sig/types.rbs', line 17493

def availability_zone_id
  @availability_zone_id
end

#mac_address::String

Returns the value of attribute mac_address.

Returns:

  • (::String)


17495
17496
17497
# File 'sig/types.rbs', line 17495

def mac_address
  @mac_address
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17496
17497
17498
# File 'sig/types.rbs', line 17496

def owner_id
  @owner_id
end

#private_ipv_4_addresses::Array[Types::SecondaryInterfaceIpv4Address]

Returns the value of attribute private_ipv_4_addresses.



17497
17498
17499
# File 'sig/types.rbs', line 17497

def private_ipv_4_addresses
  @private_ipv_4_addresses
end

#secondary_interface_arn::String

Returns the value of attribute secondary_interface_arn.

Returns:

  • (::String)


17499
17500
17501
# File 'sig/types.rbs', line 17499

def secondary_interface_arn
  @secondary_interface_arn
end

#secondary_interface_id::String

Returns the value of attribute secondary_interface_id.

Returns:

  • (::String)


17498
17499
17500
# File 'sig/types.rbs', line 17498

def secondary_interface_id
  @secondary_interface_id
end

#secondary_interface_type"secondary"

Returns the value of attribute secondary_interface_type.

Returns:

  • ("secondary")


17500
17501
17502
# File 'sig/types.rbs', line 17500

def secondary_interface_type
  @secondary_interface_type
end

#secondary_network_id::String

Returns the value of attribute secondary_network_id.

Returns:

  • (::String)


17502
17503
17504
# File 'sig/types.rbs', line 17502

def secondary_network_id
  @secondary_network_id
end

#secondary_network_type"rdma"

Returns the value of attribute secondary_network_type.

Returns:

  • ("rdma")


17503
17504
17505
# File 'sig/types.rbs', line 17503

def secondary_network_type
  @secondary_network_type
end

#secondary_subnet_id::String

Returns the value of attribute secondary_subnet_id.

Returns:

  • (::String)


17501
17502
17503
# File 'sig/types.rbs', line 17501

def secondary_subnet_id
  @secondary_subnet_id
end

#source_dest_checkBoolean

Returns the value of attribute source_dest_check.

Returns:

  • (Boolean)


17504
17505
17506
# File 'sig/types.rbs', line 17504

def source_dest_check
  @source_dest_check
end

#status"available", "in-use"

Returns the value of attribute status.

Returns:

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


17505
17506
17507
# File 'sig/types.rbs', line 17505

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17506
17507
17508
# File 'sig/types.rbs', line 17506

def tags
  @tags
end