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.
17494 17495 17496 |
# File 'sig/types.rbs', line 17494 def @attachment end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
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.
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.
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.
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.
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.
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.
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.
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.
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.
17501 17502 17503 |
# File 'sig/types.rbs', line 17501 def secondary_subnet_id @secondary_subnet_id end |
#source_dest_check ⇒ Boolean
Returns the value of attribute source_dest_check.
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.
17505 17506 17507 |
# File 'sig/types.rbs', line 17505 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17506 17507 17508 |
# File 'sig/types.rbs', line 17506 def @tags end |