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.
17155 17156 17157 |
# File 'sig/types.rbs', line 17155 def @attachment end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
17153 17154 17155 |
# File 'sig/types.rbs', line 17153 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
17154 17155 17156 |
# File 'sig/types.rbs', line 17154 def availability_zone_id @availability_zone_id end |
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
17156 17157 17158 |
# File 'sig/types.rbs', line 17156 def mac_address @mac_address end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17157 17158 17159 |
# File 'sig/types.rbs', line 17157 def owner_id @owner_id end |
#private_ipv_4_addresses ⇒ ::Array[Types::SecondaryInterfaceIpv4Address]
Returns the value of attribute private_ipv_4_addresses.
17158 17159 17160 |
# File 'sig/types.rbs', line 17158 def private_ipv_4_addresses @private_ipv_4_addresses end |
#secondary_interface_arn ⇒ ::String
Returns the value of attribute secondary_interface_arn.
17160 17161 17162 |
# File 'sig/types.rbs', line 17160 def secondary_interface_arn @secondary_interface_arn end |
#secondary_interface_id ⇒ ::String
Returns the value of attribute secondary_interface_id.
17159 17160 17161 |
# File 'sig/types.rbs', line 17159 def secondary_interface_id @secondary_interface_id end |
#secondary_interface_type ⇒ "secondary"
Returns the value of attribute secondary_interface_type.
17161 17162 17163 |
# File 'sig/types.rbs', line 17161 def secondary_interface_type @secondary_interface_type end |
#secondary_network_id ⇒ ::String
Returns the value of attribute secondary_network_id.
17163 17164 17165 |
# File 'sig/types.rbs', line 17163 def secondary_network_id @secondary_network_id end |
#secondary_network_type ⇒ "rdma"
Returns the value of attribute secondary_network_type.
17164 17165 17166 |
# File 'sig/types.rbs', line 17164 def secondary_network_type @secondary_network_type end |
#secondary_subnet_id ⇒ ::String
Returns the value of attribute secondary_subnet_id.
17162 17163 17164 |
# File 'sig/types.rbs', line 17162 def secondary_subnet_id @secondary_subnet_id end |
#source_dest_check ⇒ Boolean
Returns the value of attribute source_dest_check.
17165 17166 17167 |
# File 'sig/types.rbs', line 17165 def source_dest_check @source_dest_check end |
#status ⇒ "available", "in-use"
Returns the value of attribute status.
17166 17167 17168 |
# File 'sig/types.rbs', line 17166 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17167 17168 17169 |
# File 'sig/types.rbs', line 17167 def @tags end |