Class: Aws::Types::AssociateTrunkInterfaceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branch_interface_id::String

Returns the value of attribute branch_interface_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


838
839
840
# File 'sig/types.rbs', line 838

def vlan_id
  @vlan_id
end