Class: Aws::Types::OutpostLag

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_virtual_interface_ids::Array[::String]

Returns the value of attribute local_gateway_virtual_interface_ids.

Returns:

  • (::Array[::String])


14968
14969
14970
# File 'sig/types.rbs', line 14968

def local_gateway_virtual_interface_ids
  @local_gateway_virtual_interface_ids
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


14964
14965
14966
# File 'sig/types.rbs', line 14964

def outpost_arn
  @outpost_arn
end

#outpost_lag_id::String

Returns the value of attribute outpost_lag_id.

Returns:

  • (::String)


14967
14968
14969
# File 'sig/types.rbs', line 14967

def outpost_lag_id
  @outpost_lag_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


14965
14966
14967
# File 'sig/types.rbs', line 14965

def owner_id
  @owner_id
end

Returns the value of attribute service_link_virtual_interface_ids.

Returns:

  • (::Array[::String])


14969
14970
14971
# File 'sig/types.rbs', line 14969

def service_link_virtual_interface_ids
  @service_link_virtual_interface_ids
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


14966
14967
14968
# File 'sig/types.rbs', line 14966

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



14970
14971
14972
# File 'sig/types.rbs', line 14970

def tags
  @tags
end