Class: Aws::Types::TrunkInterfaceAssociation
- Inherits:
-
Object
- Object
- Aws::Types::TrunkInterfaceAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#branch_interface_id ⇒ ::String
Returns the value of attribute branch_interface_id.
-
#gre_key ⇒ ::Integer
Returns the value of attribute gre_key.
-
#interface_protocol ⇒ "VLAN", "GRE"
Returns the value of attribute interface_protocol.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#trunk_interface_id ⇒ ::String
Returns the value of attribute trunk_interface_id.
-
#vlan_id ⇒ ::Integer
Returns the value of attribute vlan_id.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
18312 18313 18314 |
# File 'sig/types.rbs', line 18312 def association_id @association_id end |
#branch_interface_id ⇒ ::String
Returns the value of attribute branch_interface_id.
18313 18314 18315 |
# File 'sig/types.rbs', line 18313 def branch_interface_id @branch_interface_id end |
#gre_key ⇒ ::Integer
Returns the value of attribute gre_key.
18317 18318 18319 |
# File 'sig/types.rbs', line 18317 def gre_key @gre_key end |
#interface_protocol ⇒ "VLAN", "GRE"
Returns the value of attribute interface_protocol.
18315 18316 18317 |
# File 'sig/types.rbs', line 18315 def interface_protocol @interface_protocol end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18318 18319 18320 |
# File 'sig/types.rbs', line 18318 def @tags end |
#trunk_interface_id ⇒ ::String
Returns the value of attribute trunk_interface_id.
18314 18315 18316 |
# File 'sig/types.rbs', line 18314 def trunk_interface_id @trunk_interface_id end |
#vlan_id ⇒ ::Integer
Returns the value of attribute vlan_id.
18316 18317 18318 |
# File 'sig/types.rbs', line 18316 def vlan_id @vlan_id end |