Class: Aws::Types::CreateRouteServerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouteServerRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#persist_routes ⇒ "enable", ...
Returns the value of attribute persist_routes.
-
#persist_routes_duration ⇒ ::Integer
Returns the value of attribute persist_routes_duration.
-
#sns_notifications_enabled ⇒ Boolean
Returns the value of attribute sns_notifications_enabled.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
3057 3058 3059 |
# File 'sig/types.rbs', line 3057 def amazon_side_asn @amazon_side_asn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3058 3059 3060 |
# File 'sig/types.rbs', line 3058 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3059 3060 3061 |
# File 'sig/types.rbs', line 3059 def dry_run @dry_run end |
#persist_routes ⇒ "enable", ...
Returns the value of attribute persist_routes.
3060 3061 3062 |
# File 'sig/types.rbs', line 3060 def persist_routes @persist_routes end |
#persist_routes_duration ⇒ ::Integer
Returns the value of attribute persist_routes_duration.
3061 3062 3063 |
# File 'sig/types.rbs', line 3061 def persist_routes_duration @persist_routes_duration end |
#sns_notifications_enabled ⇒ Boolean
Returns the value of attribute sns_notifications_enabled.
3062 3063 3064 |
# File 'sig/types.rbs', line 3062 def sns_notifications_enabled @sns_notifications_enabled end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3063 3064 3065 |
# File 'sig/types.rbs', line 3063 def tag_specifications @tag_specifications end |