Class: Aws::Types::TrunkInterfaceAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


18623
18624
18625
# File 'sig/types.rbs', line 18623

def association_id
  @association_id
end

#branch_interface_id::String

Returns the value of attribute branch_interface_id.

Returns:

  • (::String)


18624
18625
18626
# File 'sig/types.rbs', line 18624

def branch_interface_id
  @branch_interface_id
end

#gre_key::Integer

Returns the value of attribute gre_key.

Returns:

  • (::Integer)


18628
18629
18630
# File 'sig/types.rbs', line 18628

def gre_key
  @gre_key
end

#interface_protocol"VLAN", "GRE"

Returns the value of attribute interface_protocol.

Returns:

  • ("VLAN", "GRE")


18626
18627
18628
# File 'sig/types.rbs', line 18626

def interface_protocol
  @interface_protocol
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18629
18630
18631
# File 'sig/types.rbs', line 18629

def tags
  @tags
end

#trunk_interface_id::String

Returns the value of attribute trunk_interface_id.

Returns:

  • (::String)


18625
18626
18627
# File 'sig/types.rbs', line 18625

def trunk_interface_id
  @trunk_interface_id
end

#vlan_id::Integer

Returns the value of attribute vlan_id.

Returns:

  • (::Integer)


18627
18628
18629
# File 'sig/types.rbs', line 18627

def vlan_id
  @vlan_id
end