Class: Aws::Types::RouteServer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_side_asn::Integer

Returns the value of attribute amazon_side_asn.

Returns:

  • (::Integer)


16748
16749
16750
# File 'sig/types.rbs', line 16748

def amazon_side_asn
  @amazon_side_asn
end

#persist_routes_duration::Integer

Returns the value of attribute persist_routes_duration.

Returns:

  • (::Integer)


16752
16753
16754
# File 'sig/types.rbs', line 16752

def persist_routes_duration
  @persist_routes_duration
end

#persist_routes_state"enabling", ...

Returns the value of attribute persist_routes_state.

Returns:

  • ("enabling", "enabled", "resetting", "disabling", "disabled", "modifying")


16751
16752
16753
# File 'sig/types.rbs', line 16751

def persist_routes_state
  @persist_routes_state
end

#route_server_id::String

Returns the value of attribute route_server_id.

Returns:

  • (::String)


16747
16748
16749
# File 'sig/types.rbs', line 16747

def route_server_id
  @route_server_id
end

#sns_notifications_enabledBoolean

Returns the value of attribute sns_notifications_enabled.

Returns:

  • (Boolean)


16753
16754
16755
# File 'sig/types.rbs', line 16753

def sns_notifications_enabled
  @sns_notifications_enabled
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


16754
16755
16756
# File 'sig/types.rbs', line 16754

def sns_topic_arn
  @sns_topic_arn
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


16749
16750
16751
# File 'sig/types.rbs', line 16749

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



16750
16751
16752
# File 'sig/types.rbs', line 16750

def tags
  @tags
end