Class: Aws::Types::ServiceLinkVirtualInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_state"pending", ...

Returns the value of attribute configuration_state.

Returns:

  • ("pending", "available", "deleting", "deleted")


17099
17100
17101
# File 'sig/types.rbs', line 17099

def configuration_state
  @configuration_state
end

#local_address::String

Returns the value of attribute local_address.

Returns:

  • (::String)


17093
17094
17095
# File 'sig/types.rbs', line 17093

def local_address
  @local_address
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


17091
17092
17093
# File 'sig/types.rbs', line 17091

def outpost_arn
  @outpost_arn
end

#outpost_id::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


17090
17091
17092
# File 'sig/types.rbs', line 17090

def outpost_id
  @outpost_id
end

#outpost_lag_id::String

Returns the value of attribute outpost_lag_id.

Returns:

  • (::String)


17097
17098
17099
# File 'sig/types.rbs', line 17097

def outpost_lag_id
  @outpost_lag_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17092
17093
17094
# File 'sig/types.rbs', line 17092

def owner_id
  @owner_id
end

#peer_address::String

Returns the value of attribute peer_address.

Returns:

  • (::String)


17094
17095
17096
# File 'sig/types.rbs', line 17094

def peer_address
  @peer_address
end

#peer_bgp_asn::Integer

Returns the value of attribute peer_bgp_asn.

Returns:

  • (::Integer)


17095
17096
17097
# File 'sig/types.rbs', line 17095

def peer_bgp_asn
  @peer_bgp_asn
end

Returns the value of attribute service_link_virtual_interface_arn.

Returns:

  • (::String)


17089
17090
17091
# File 'sig/types.rbs', line 17089

def service_link_virtual_interface_arn
  @service_link_virtual_interface_arn
end

Returns the value of attribute service_link_virtual_interface_id.

Returns:

  • (::String)


17088
17089
17090
# File 'sig/types.rbs', line 17088

def service_link_virtual_interface_id
  @service_link_virtual_interface_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17098
17099
17100
# File 'sig/types.rbs', line 17098

def tags
  @tags
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


17096
17097
17098
# File 'sig/types.rbs', line 17096

def vlan
  @vlan
end