Class: Aws::Types::UpdateVirtualRouterInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def client_token
  @client_token
end

#mesh_name::String

Returns the value of attribute mesh_name.

Returns:

  • (::String)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def mesh_name
  @mesh_name
end

#mesh_owner::String

Returns the value of attribute mesh_owner.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def mesh_owner
  @mesh_owner
end

#specTypes::VirtualRouterSpec

Returns the value of attribute spec.



1261
1262
1263
# File 'sig/types.rbs', line 1261

def spec
  @spec
end

#virtual_router_name::String

Returns the value of attribute virtual_router_name.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def virtual_router_name
  @virtual_router_name
end