Class: Aws::Types::RouteServer
- Inherits:
-
Object
- Object
- Aws::Types::RouteServer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
-
#persist_routes_duration ⇒ ::Integer
Returns the value of attribute persist_routes_duration.
-
#persist_routes_state ⇒ "enabling", ...
Returns the value of attribute persist_routes_state.
-
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
-
#sns_notifications_enabled ⇒ Boolean
Returns the value of attribute sns_notifications_enabled.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
16451 16452 16453 |
# File 'sig/types.rbs', line 16451 def amazon_side_asn @amazon_side_asn end |
#persist_routes_duration ⇒ ::Integer
Returns the value of attribute persist_routes_duration.
16455 16456 16457 |
# File 'sig/types.rbs', line 16455 def persist_routes_duration @persist_routes_duration end |
#persist_routes_state ⇒ "enabling", ...
Returns the value of attribute persist_routes_state.
16454 16455 16456 |
# File 'sig/types.rbs', line 16454 def persist_routes_state @persist_routes_state end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
16450 16451 16452 |
# File 'sig/types.rbs', line 16450 def route_server_id @route_server_id end |
#sns_notifications_enabled ⇒ Boolean
Returns the value of attribute sns_notifications_enabled.
16456 16457 16458 |
# File 'sig/types.rbs', line 16456 def sns_notifications_enabled @sns_notifications_enabled end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
16457 16458 16459 |
# File 'sig/types.rbs', line 16457 def sns_topic_arn @sns_topic_arn end |
#state ⇒ "pending", ...
Returns the value of attribute state.
16452 16453 16454 |
# File 'sig/types.rbs', line 16452 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16453 16454 16455 |
# File 'sig/types.rbs', line 16453 def @tags end |