Class: Aws::Types::AssociateTrunkInterfaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateTrunkInterfaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch_interface_id ⇒ ::String
Returns the value of attribute branch_interface_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#gre_key ⇒ ::Integer
Returns the value of attribute gre_key.
-
#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
#branch_interface_id ⇒ ::String
Returns the value of attribute branch_interface_id.
750 751 752 |
# File 'sig/types.rbs', line 750 def branch_interface_id @branch_interface_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
754 755 756 |
# File 'sig/types.rbs', line 754 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
755 756 757 |
# File 'sig/types.rbs', line 755 def dry_run @dry_run end |
#gre_key ⇒ ::Integer
Returns the value of attribute gre_key.
753 754 755 |
# File 'sig/types.rbs', line 753 def gre_key @gre_key end |
#trunk_interface_id ⇒ ::String
Returns the value of attribute trunk_interface_id.
751 752 753 |
# File 'sig/types.rbs', line 751 def trunk_interface_id @trunk_interface_id end |
#vlan_id ⇒ ::Integer
Returns the value of attribute vlan_id.
752 753 754 |
# File 'sig/types.rbs', line 752 def vlan_id @vlan_id end |