Class: Aws::Types::CreateRouteServerRequest

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)


3169
3170
3171
# File 'sig/types.rbs', line 3169

def amazon_side_asn
  @amazon_side_asn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3170
3171
3172
# File 'sig/types.rbs', line 3170

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3171
3172
3173
# File 'sig/types.rbs', line 3171

def dry_run
  @dry_run
end

#persist_routes"enable", ...

Returns the value of attribute persist_routes.

Returns:

  • ("enable", "disable", "reset")


3172
3173
3174
# File 'sig/types.rbs', line 3172

def persist_routes
  @persist_routes
end

#persist_routes_duration::Integer

Returns the value of attribute persist_routes_duration.

Returns:

  • (::Integer)


3173
3174
3175
# File 'sig/types.rbs', line 3173

def persist_routes_duration
  @persist_routes_duration
end

#sns_notifications_enabledBoolean

Returns the value of attribute sns_notifications_enabled.

Returns:

  • (Boolean)


3174
3175
3176
# File 'sig/types.rbs', line 3174

def sns_notifications_enabled
  @sns_notifications_enabled
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3175
3176
3177
# File 'sig/types.rbs', line 3175

def tag_specifications
  @tag_specifications
end