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)


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.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


752
753
754
# File 'sig/types.rbs', line 752

def vlan_id
  @vlan_id
end