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.
836 837 838 |
# File 'sig/types.rbs', line 836 def branch_interface_id @branch_interface_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
840 841 842 |
# File 'sig/types.rbs', line 840 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
841 842 843 |
# File 'sig/types.rbs', line 841 def dry_run @dry_run end |
#gre_key ⇒ ::Integer
Returns the value of attribute gre_key.
839 840 841 |
# File 'sig/types.rbs', line 839 def gre_key @gre_key end |
#trunk_interface_id ⇒ ::String
Returns the value of attribute trunk_interface_id.
837 838 839 |
# File 'sig/types.rbs', line 837 def trunk_interface_id @trunk_interface_id end |
#vlan_id ⇒ ::Integer
Returns the value of attribute vlan_id.
838 839 840 |
# File 'sig/types.rbs', line 838 def vlan_id @vlan_id end |