Class: Aws::Types::SecondaryInterface
- Inherits:
-
Object
- Object
- Aws::Types::SecondaryInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment ⇒ Types::SecondaryInterfaceAttachment
Returns the value of attribute attachment.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#private_ipv_4_addresses ⇒ ::Array[Types::SecondaryInterfaceIpv4Address]
Returns the value of attribute private_ipv_4_addresses.
-
#secondary_interface_arn ⇒ ::String
Returns the value of attribute secondary_interface_arn.
-
#secondary_interface_id ⇒ ::String
Returns the value of attribute secondary_interface_id.
-
#secondary_interface_type ⇒ "secondary"
Returns the value of attribute secondary_interface_type.
-
#secondary_network_id ⇒ ::String
Returns the value of attribute secondary_network_id.
-
#secondary_network_type ⇒ "rdma"
Returns the value of attribute secondary_network_type.
-
#secondary_subnet_id ⇒ ::String
Returns the value of attribute secondary_subnet_id.
-
#source_dest_check ⇒ Boolean
Returns the value of attribute source_dest_check.
-
#status ⇒ "available", "in-use"
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#attachment ⇒ Types::SecondaryInterfaceAttachment
Returns the value of attribute attachment.
17515 17516 17517 |
# File 'sig/types.rbs', line 17515 def @attachment end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
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.
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.
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.
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.
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.
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.
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.
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.
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.
17522 17523 17524 |
# File 'sig/types.rbs', line 17522 def secondary_subnet_id @secondary_subnet_id end |
#source_dest_check ⇒ Boolean
Returns the value of attribute source_dest_check.
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.
17526 17527 17528 |
# File 'sig/types.rbs', line 17526 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17527 17528 17529 |
# File 'sig/types.rbs', line 17527 def @tags end |